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メソッドは、データ チャンクからのデータのみを返します。length プロパティを使用すると、正しいサイズの配列を割り当てて、1 ヒットで読み取ることができます。
WaveFileReader
Read