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.
我想使用 Naudio 库读取 WAV 文件并将数据块信息保存到数组或字符串中。请让我知道我该怎么做?
使用WaveFileReader类。该Read方法仅从数据块返回数据。如果您使用长度属性,您可以分配一个正确大小的数组并一键读取。
WaveFileReader
Read