Skip to content

A simple WAV file write for the Teensy Audio Board.

License

Notifications You must be signed in to change notification settings

Foaly/WavFileWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WavFileWriter

This is an easy to use class that enables your Teensy Audio Board to write WAV files directly to the SD card. It nicely abstracts all the details away and offers a clean interface.

The code is inspired by the Recorder example of Paul Stoffregens Audio library and the SFML SoundFileWriterWav class. Hence it is also licensed under the zlib license (see LICENSE.md).

Note: Right now only mono recording is supported.

About

A simple WAV file write for the Teensy Audio Board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages