|
navit
0.5.3-trunk
|
Data Fields | |
| jclass | NavitSpeechClass |
| jobject | NavitSpeech |
| jmethodID | NavitSpeech_say |
| int | flags |
| char * | cmdline |
| char * | sample_dir |
| char * | sample_suffix |
| GList * | samples |
| struct spawn_process_info * | spi |
| struct navit * | nav |
| GList * | free_buffers |
| HWAVEOUT | h_wave_out |
| enum speech_state | state |
| GList * | phrases |
| HWND | h_queue |
| HANDLE | h_message_thread |
| gchar * | path_home |
| int | sample_rate |
| bool | espeak_ok |
| bool | audio_ok |
| Qt5EspeakAudioOut * | audio |
| SPDConnection * | conn |
Protected Attributes | |
| VSSpeechSynthesizer * | speech |
Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
| Qt5EspeakAudioOut* speech_priv::audio |
Referenced by qt5_espeak_init_audio(), qt5_espeak_new(), and qt5_espeak_SynthCallback().
| bool speech_priv::audio_ok |
Referenced by qt5_espeak_new().
| char* speech_priv::cmdline |
| SPDConnection* speech_priv::conn |
| bool speech_priv::espeak_ok |
Referenced by qt5_espeak_new().
| int speech_priv::flags |
| GList* speech_priv::free_buffers |
Referenced by create_buffers(), espeak_destroy(), speech_message_handler(), startThread(), and wave_out().
| HANDLE speech_priv::h_message_thread |
| HWND speech_priv::h_queue |
Referenced by espeak_say(), startThread(), and waveout_open().
| HWAVEOUT speech_priv::h_wave_out |
Referenced by create_buffers(), free_list(), wave_out(), waveout_close(), and waveout_open().
| struct navit* speech_priv::nav |
Referenced by speech_dbus_new().
| jobject speech_priv::NavitSpeech |
Referenced by speech_android_init().
| jmethodID speech_priv::NavitSpeech_say |
Referenced by speech_android_init().
| jclass speech_priv::NavitSpeechClass |
Referenced by speech_android_init().
| gchar* speech_priv::path_home |
Referenced by qt5_espeak_destroy(), qt5_espeak_init_espeak(), and qt5_espeak_new().
| GList* speech_priv::phrases |
Referenced by espeak_destroy(), speech_message_handler(), start_speaking(), and startThread().
| char* speech_priv::sample_dir |
| int speech_priv::sample_rate |
Referenced by qt5_espeak_init_audio(), qt5_espeak_init_espeak(), and qt5_espeak_new().
| char* speech_priv::sample_suffix |
| GList* speech_priv::samples |
|
protected |
| struct spawn_process_info* speech_priv::spi |
| enum speech_state speech_priv::state |
Referenced by speech_message_handler(), start_speaking(), and startThread().