1
0
Fork 0
forked from len0rd/rockbox

add SMAF codec (.mmf extension)(FS#10432)

This codec supports only wave data (ADPCM and PCM).
It does not support MIDI, picture, and movie.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-02-24 11:46:29 +00:00
parent aa58715a54
commit 45e009a364
9 changed files with 821 additions and 1 deletions

View file

@ -27,6 +27,7 @@ shorten.c
aiff.c
speex.c
adx.c
smaf.c
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
/* encoders */
aiff_enc.c