forked from len0rd/rockbox
iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7818 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
663fba1399
commit
e6e5496535
19 changed files with 778 additions and 386 deletions
|
|
@ -323,7 +323,7 @@ void init(void)
|
|||
sound_settings_apply();
|
||||
#endif
|
||||
#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
|
||||
pcm_init_recording();
|
||||
pcm_rec_init();
|
||||
#endif
|
||||
talk_init();
|
||||
/* runtime database has to be initialized after audio_init() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue