1
0
Fork 0
forked from len0rd/rockbox

Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-02-16 01:38:22 +00:00
parent 952d9d0fcf
commit 02eaeafcb6
4 changed files with 491 additions and 1 deletions

View file

@ -65,3 +65,7 @@ nim.c
/* not for Ondio, has no remote control pin */
alpine_cdc.c
#endif
#if SOFTWARECODECS == yes
mpa2wav.c
#endif