diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-11-19 11:59:52 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-11-19 11:59:52 +0000 |
| commit | d6f2a5465430bb9c5d020d370e3bb419f616c2ea (patch) | |
| tree | e4c6697d1ecb791608522d4121e135dd8f47ea74 /firmware/export | |
| parent | e75327b33249cb2656281af2bd5368fe0edd2d48 (diff) | |
| download | rockbox-d6f2a5465430bb9c5d020d370e3bb419f616c2ea.zip rockbox-d6f2a5465430bb9c5d020d370e3bb419f616c2ea.tar.gz rockbox-d6f2a5465430bb9c5d020d370e3bb419f616c2ea.tar.bz2 rockbox-d6f2a5465430bb9c5d020d370e3bb419f616c2ea.tar.xz | |
Make sure initial menu item is voiced at startup. Voice thread must wait for the audio thread to finish initializing hardware. A known issue at speex commit time (perhaps only by myself ;). The behavioral refinement time begins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h index 061b223..c39fca4 100644 --- a/firmware/export/audio.h +++ b/firmware/export/audio.h @@ -77,6 +77,7 @@ struct audio_debug }; void audio_init(void); +void audio_wait_for_init(void); void audio_play(long offset); void audio_stop(void); void audio_pause(void); |