mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
516d277958
commit
0729b928ce
14 changed files with 457 additions and 2 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#include "config.h"
|
||||
#include "audio.h"
|
||||
|
||||
/** aiff_enc.codec **/
|
||||
|
||||
/** mp3_enc.codec **/
|
||||
|
||||
/* These are in descending order rather than in MPEG frequency index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue