From fa97f161abc45bfd5db86bceb8803d2661e65447 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn 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 --- apps/playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/playlist.c') diff --git a/apps/playlist.c b/apps/playlist.c index 53a18c606e..f38f215361 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -1596,6 +1596,7 @@ int playlist_start(int start_index, int offset) struct playlist_info* playlist = ¤t_playlist; playlist->index = start_index; + talk_buffer_steal(); /* will use the mp3 buffer */ mpeg_play(offset); return 0; -- cgit v1.2.3