Skip to content

irrelevelephant/wav_enc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wav_enc.h

A simple header file, containing the definition for a class that writes to 16-bit and 24-bit WAVE audio files. Released under the MIT License.

See wav_enc_example.cpp for an example of its usage.

A compiler supporting C++11 is required, such as gcc >=4.6. Make sure to use the -std=c++11 compiler flag.

About

A C++ header file to quickly write WAVE audio files. Supports 16/24 bit, mono/stereo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages