Skip to content

dsptronics/waveio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waveio

Wave file (.wav) reader and writer (C code)

usage

// Write data to wave file
wavwrite("mytest.wav", wdataL, wdataR, size, sampleRate, numChannels, bitsPerSample)

 // Read data from wave file
wavread("mytest.wav", &rdataL, &rdataR, size, sampleRate, numChannels, bitsPerSample)

Support for one or two channels (L, R)

About

Wave file .wav reader and writer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages