summaryrefslogtreecommitdiffstats
path: root/pico/compat
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-04-05 16:03:45 -0700
committerDima Zavin <dima@android.com>2011-04-19 23:12:04 -0700
commit7ed4bd69539d9408361c7c77726255902125416a (patch)
tree50a549a4f7cb45c7492366838b635e6364314039 /pico/compat
parente246fccbaf595e39c647502fa76f996dee8f0711 (diff)
downloadexternal_svox-7ed4bd69539d9408361c7c77726255902125416a.zip
external_svox-7ed4bd69539d9408361c7c77726255902125416a.tar.gz
external_svox-7ed4bd69539d9408361c7c77726255902125416a.tar.bz2
svox: convert to use new audio.h
Change-Id: Id8e69601a0812a6a0034774adde672bb70662c6a Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'pico/compat')
-rw-r--r--pico/compat/include/TtsEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/compat/include/TtsEngine.h b/pico/compat/include/TtsEngine.h
index 998e353..916118c 100644
--- a/pico/compat/include/TtsEngine.h
+++ b/pico/compat/include/TtsEngine.h
@@ -159,7 +159,7 @@ public:
// @param[inout] channels in: the desired number of audio channels
// out: the number of channels used by the TTS engine
// @return TTS_SUCCESS, or TTS_FAILURE
- virtual tts_result setAudioFormat(AudioSystem::audio_format& encoding, uint32_t& rate,
+ virtual tts_result setAudioFormat(audio_format_t& encoding, uint32_t& rate,
int& channels);
// Set a property for the the TTS engine