问题标签 [audiosegment]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
49 浏览

python - Python AudioSegment:将 wav 导出为 mp3 会增加文件持续时间

我有一个 wav 文件,持续时间正好是 4 分 24 秒。当我尝试使用以下简单代码将其转换为 mp3 格式时:

结果是一个 4 分 30 秒的 mp3 文件。额外的 6 秒从何而来?以及如何避免它?