Borewit / music-metadata

Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
MIT License
905 stars 90 forks source link

Monkey's Audio(APE) 不支持读取属性: bitrate #2083

Closed pointchange closed 2 months ago

pointchange commented 3 months ago

Is there an existing issue for this?

music-metadata version

"music-metadata": "^8.3.0",

JavaScript module eco system

ECMAScript modules (ESM), music-medata ≥ version 8

Current Behavior

使用node读取音频文件的信息,解析出来的信息 有类型为Monkey's Audio(APE) ,它不能读取属性 bitrate 。好像对APE的文件都有些限制,作者,标题基本信息没有正常,但同样的文件为何aimp应用能读出来属性bitrate属性。不太懂文件信息,请说明下。谢谢。 1718444050373 image

Expected Behavior

No response

Attached audio sample?

Borewit commented 2 months ago

Closing this one in favor of #2098