From e5d08722f8e1a46ba73af7a6ea7a09833799a25f Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 19 Jun 2005 03:05:53 +0000 Subject: 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 --- apps/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index d6ea2c9491..fb8acd75c6 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -51,4 +51,7 @@ recorder/recording.c #ifdef IRIVER_H100 playback.c metadata.c +#ifndef SIMULATOR +pcm_recording.c +#endif #endif -- cgit v1.2.3