CSL  5.2
SoundFileL.h File Reference
#include "SoundFile.h"
#include <sndfile.h>
#include <string.h>

Go to the source code of this file.

Classes

class  csl::LSoundFile
 Here's the sound file reader/writer class; it assumes libSndFile and interleaved sample buffers. More...

Namespaces

namespace  csl
 AdditiveInstrument.h – Sum-of-sines synthesis instrument class.

Macros

#define USE_libMAD
 SoundFileL.h – concrete sound file class using libsndfile.

Macro Definition Documentation

#define USE_libMAD

SoundFileL.h – concrete sound file class using libsndfile.

See the copyright notice and acknowledgment of authors in the file COPYRIGHT

The MP3 file playback is a mild hack; it first converts each MP3 file to a temp AIFF file and uses that for playback. There is no MP3 writing (encoding) at present.

Definition at line 17 of file SoundFileL.h.