Skip to content

taye-beckford/wav-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple WAV File Parser

The main.c file reads a .wav file and outputs the header chunks and a specified number of raw data bytes to the console.

Usage

First clone the repository:

git clone https://github.com/taye-makes-code/wav-parser.git

Then add a .wav file to the same directory or use the sample.wav provided.

Lastly compile and run the code using:

make

./parse sample.wav

You can change sample.wav to whatever .wav file you add to the directory.

Additionally can specify the number of raw bytes you want to see by modifying the NUMRAWBYTES variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published