CSL
6.0
|
#include "SoundFile.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? More... | |
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 40 of file SoundFile.cpp.
Referenced by csl::Abst_SoundFile::isSndfileName().