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 摘要。