Skip to content

synesthesiam/wav-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80458e9 · Jul 22, 2024

History

3 Commits
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024

Repository files navigation

WAV Decoder

Very basic WAV file decoder that parses format information and gets to the data portion of the file.

Skips over extraneous chunks like LIST and INFO.

Building and Running

make
./main < input.wav
Sample rate: 16000
Channels: 1
Bits per samples: 16
Samples: 31872

WAV data is read from stdin and information is printed to stdout.

About

Basic WAV file decoder in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published