forked from len0rd/rockbox
Iriver: First attempt at recording. Use Info->Debug->PCM recording to test recording of wav-files. Seams to work fine except occasional 100 ms noise at pos 100 ms (not later) so initialization or synch problem..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c0a58c238
commit
e5d08722f8
9 changed files with 952 additions and 2 deletions
|
|
@ -126,4 +126,7 @@ drivers/uda1380.c
|
|||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
pcm_record.c
|
||||
#endif
|
||||
sound.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue