* Add PCM support, assuming defaults of 44.1K and 2 channels.

This commit is contained in:
Justin Maggard
2009-10-12 21:07:14 +00:00
parent f3d9805d7b
commit ecec767f17
5 changed files with 82 additions and 1 deletions

View File

@ -196,7 +196,8 @@ is_audio(const char * file)
ends_with(file, ".fla") || ends_with(file, ".flc") ||
ends_with(file, ".m4a") || ends_with(file, ".aac") ||
ends_with(file, ".mp4") || ends_with(file, ".m4p") ||
ends_with(file, ".wav") || ends_with(file, ".ogg"));
ends_with(file, ".wav") || ends_with(file, ".ogg") ||
ends_with(file, ".pcm"));
}
int