1
0
Fork 0
forked from len0rd/rockbox

WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-03-26 23:00:24 +00:00
parent 0ad19c7262
commit 0c09f3ee88
7 changed files with 3702 additions and 5 deletions

View file

@ -44,7 +44,7 @@
#if CONFIG_CODEC == SWCODEC
#define MAX_FILETYPES 64
#else
#define MAX_FILETYPES 32
#define MAX_FILETYPES 40
#endif
/* max exttypes (extensions stored here) */