faroit / faroit/python_audio_loading_benchmark

Update for librosa 0.7

未關閉
#7 5 則留言 0 個 reaction 已指派 1 人 已被 @faroit 認領 在 GitHub 檢視
enhancement
主要語言
Python
星號
152
分支
11
PR 合併指標
30 天內沒有已合併 PR

描述

Leaving a marker here that the benchmarks should rerun on librosa 0.7.0 (and probably include version numbers more generally).

Quick summary of changes:

- uses soundfile by default now
- falls back on audioread only if libsndfile can't decode (e.g. for mp3, but maybe other codecs depending on your site build of libsndfile)

As an aside, we always had API support for excerpts and seeking. It wasn't terribly efficient because audioread didn't support that universally, but it should be almost no overhead relative to soundfile now. The only additional overhead would be downmixing or resample-on-load, but those shouldn't be included in the benchmarks anyway.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。