CSL  5.2
SoundFileL.cpp File Reference
#include "SoundFileL.h"
#include "math.h"
#include "SoundFileMP3.h"

Go to the source code of this file.

Variables

const char * gSndFileExts [] = { "mp3", "wav", "aiff", "aif", "mp4", "m4p", "m4b", "m4a", "aac", "flac", 0 }
 Sound file name extensions we recognize - ToDo: should this be in a config file?

Variable Documentation

const char* gSndFileExts[] = { "mp3", "wav", "aiff", "aif", "mp4", "m4p", "m4b", "m4a", "aac", "flac", 0 }

Sound file name extensions we recognize - ToDo: should this be in a config file?

Answer whether the given name looks like a snd file

Definition at line 15 of file SoundFileL.cpp.

Referenced by csl::LSoundFile::isSndfileName().