From fa97f161abc45bfd5db86bceb8803d2661e65447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Fri, 19 Mar 2004 22:15:53 +0000 Subject: Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mpeg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/mpeg.c') diff --git a/firmware/mpeg.c b/firmware/mpeg.c index fcb0d54..ff545f0 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -30,7 +30,6 @@ #include "mp3data.h" #include "buffer.h" #include "mp3_playback.h" -#include "talk.h" #ifndef SIMULATOR #include "i2c.h" #include "mas.h" @@ -2135,7 +2134,6 @@ void mpeg_record(char *filename) recording_filename[MAX_PATH - 1] = 0; disable_xing_header = false; - talk_buffer_steal(); /* we use the mp3 buffer, need to tell */ queue_post(&mpeg_queue, MPEG_RECORD, NULL); } @@ -2150,7 +2148,6 @@ static void start_prerecording(void) prerecord_timeout = current_tick + HZ; memset(prerecord_buffer, 0, sizeof(prerecord_buffer)); reset_mp3_buffer(); - talk_buffer_steal(); /* we use the mp3 buffer, need to tell */ is_prerecording = true; @@ -2407,7 +2404,6 @@ void mpeg_play(int offset) #else is_playing = true; - talk_buffer_steal(); /* we use the mp3 buffer, need to tell */ queue_post(&mpeg_queue, MPEG_PLAY, (void*)offset); #endif /* #ifdef SIMULATOR */ -- cgit v1.1