briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
2 stars 1 forks source link

fmt chunk - implement WAVEFORMATEX parsing #124

Closed briandorsey closed 1 month ago

briandorsey commented 1 month ago

fmt parsing now supports these formats in detail:

Everything else with a valid Extended format should also parse correctly by falling back to a general Extended parser (extra fields returned as raw bytes in this case).

closes #2