Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 c# .net 的新手,我正在研究 mp3。
我想获取 mp3 文件的一帧的实际数据,因为有第一个标题,然后是帧的侧面信息。
我只需要获取没有标题和辅助信息的实际位。我可以使用 NAudio 来执行此操作吗?
我在那里找到了一个Mp3FileReader类和一个类Mp3Frame,我还找到了一个 RawData 变量,但不知道如何使用它们。
Mp3FileReader
Mp3Frame
您可以调用Mp3FileReader.ReadNextFrame以获取每个 MP3 原始帧。NAudio 的Mp3Frame课程会告诉你有关帧的一些信息,例如采样率、立体声模式等。
Mp3FileReader.ReadNextFrame