Code covered by the BSD License
by Dan Ellis
15 Mar 2011
flacwrite writes FLAC-encoded audio files by piping data to the external flac binary
| Watch this File
If you have a flac binary, and also the popenw mex extension, this routine allows you to write flac (free lossless audio coder)-format files as a drop-in replacement for wavwrite, accepting all the same syntax.
You can get popenw at http://www.mathworks.com/matlabcentral/fileexchange/13851
You can get the flac binary at http://flac.sourceforge.net/
Fast Flac Reader inspired this file.
This file inspired Audioread Unified Audio File Input Function.
Contact us