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:
parent
aa58715a54
commit
45e009a364
9 changed files with 821 additions and 1 deletions
|
@ -27,6 +27,7 @@ shorten.c
|
|||
aiff.c
|
||||
speex.c
|
||||
adx.c
|
||||
smaf.c
|
||||
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
||||
/* encoders */
|
||||
aiff_enc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue