diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-03-26 23:00:24 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-26 23:00:24 +0000 |
| commit | 0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156 (patch) | |
| tree | cc93b79c54ae34a78dc0876eb70c348df9737371 /apps/plugins/SOURCES | |
| parent | 0ad19c7262f987691d04051648e71d6f30892d5f (diff) | |
| download | rockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.zip rockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.tar.gz rockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.tar.bz2 rockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 68d7929..7c24dab 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -23,6 +23,10 @@ stopwatch.c vbrfix.c viewer.c +#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) +wavplay.c +#endif + #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ dice.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ |