HomeSort by relevance Sort by last modified time
    Searched defs:voices (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 12 var voices; variable
23 voices = document.getElementById('voices');
32 voices.appendChild(opt);
35 voices.addEventListener('change', function() {
36 var i = voices.selectedIndex - 1;
52 var voiceIndex = voices.selectedIndex - 1;
  /external/chromium_org/chrome/browser/speech/
tts_message_filter.cc 56 std::vector<VoiceData> voices; local
57 tts_controller->GetVoices(profile_, &voices);
60 out_voices.resize(voices.size());
61 for (size_t i = 0; i < voices.size(); ++i) {
63 out_voice.voice_uri = voices[i].name;
64 out_voice.name = voices[i].name;
65 out_voice.lang = voices[i].lang;
tts_controller.cc 152 // Get all available voices and try to find a matching voice.
153 std::vector<VoiceData> voices; local
154 GetVoices(utterance->profile(), &voices);
155 int index = GetMatchingVoice(utterance, voices);
162 if (index >= 0 && index < static_cast<int>(voices.size()))
163 voice = voices[index];
344 const Utterance* utterance, std::vector<VoiceData>& voices) {
349 for (size_t i = 0; i < voices.size(); ++i) {
350 const VoiceData& voice = voices[i];
  /external/chromium_org/chrome/common/extensions/api/speech/
tts_engine_manifest_handler.cc 25 std::vector<extensions::TtsVoice> voices; member in struct:__anon9096::TtsVoices
40 return info ? &info->voices : NULL;
131 info->voices.push_back(voice_data);
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api.cc 302 std::vector<VoiceData> voices; local
303 TtsController::GetInstance()->GetVoices(profile(), &voices); local
306 for (size_t i = 0; i < voices.size(); ++i) {
307 const VoiceData& voice = voices[i];
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 48 static S_FM_ENG_VOICE voices[NUM_FM_VOICES]; variable
495 pVoice = &voices[voiceNum];
564 p = &voices[voiceNum];
eas_synth.h 96 /* use the following values to specify unassigned channels or voices */
125 /* drum channel can simultaneously play this many voices at most */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
362 S_SYNTH_VOICE voices[MAX_SYNTH_VOICES]; member in struct:s_voice_mgr_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 48 static S_FM_ENG_VOICE voices[NUM_FM_VOICES]; variable
495 pVoice = &voices[voiceNum];
564 p = &voices[voiceNum];
eas_synth.h 96 /* use the following values to specify unassigned channels or voices */
125 /* drum channel can simultaneously play this many voices at most */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
362 S_SYNTH_VOICE voices[MAX_SYNTH_VOICES]; member in struct:s_voice_mgr_tag
  /external/svox/pico/lib/
picorsrc.c 216 picorsrc_Voice voices, freeVoices; member in struct:picorsrc_resource_manager
238 this->voices = NULL;
924 /* ******* accessing voices **************************************/
944 /* check number of voices */
947 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i voices",PICORSRC_MAX_NUM_VOICES);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 79 #define SNDRV_EMUX_MAX_VOICES 64 /* max # of voices */
80 #define SNDRV_EMUX_MAX_MULTI_VOICES 16 /* max # of playable voices
97 int max_voices; /* Number of voices */
111 int num_voices; /* current number of voices */
113 struct snd_emux_voice *voices; /* Voices (EMU 'channel') */ member in struct:snd_emux
opl3.h 15 * a bit mask defining which voices are used as 4 OP voices.
31 * even be left unconnected. This works with 4 OP voices also.
34 * register of the voice (0xC0-0xC8). In 4 OP voices these bits are
151 * Offsets to the register banks for voices. Just add to the
171 * to the stereo channels. For 4 OP voices this bit is
175 * For 4 OP voices the connection bit is used in the
285 unsigned char max_voices; /* max number of voices */
287 #define SNDRV_OPL3_MODE_SYNTH 0 /* OSS - voices allocated by application */
303 struct snd_opl3_voice voices[MAX_OPL3_VOICES]; /* Voices (OPL3 'channel') * member in struct:snd_opl3
    [all...]
gus.h 319 effect:1; /* use effect voices */
346 unsigned char active_voices; /* active voices */
349 struct snd_gus_voice voices[32]; /* GF1 voices */ member in struct:snd_gf1
633 int voices,
trident.h 360 struct snd_trident_voice voices[64]; member in struct:snd_4dwave
ymfpci.h 271 struct snd_ymfpci_voice *voices[2]; /* playback only */ member in struct:snd_ymfpci_pcm
327 struct snd_ymfpci_voice voices[64]; member in struct:snd_ymfpci
asequencer.h 626 int midi_voices; /* voices per MIDI port */
627 int synth_voices; /* voices per SYNTH port */
717 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
    [all...]
emu10k1.h 1304 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; member in struct:snd_emu10k1_pcm
1519 struct snd_emu10k1_voice voices[NUM_G]; member in struct:snd_emu10k1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 79 #define SNDRV_EMUX_MAX_VOICES 64 /* max # of voices */
80 #define SNDRV_EMUX_MAX_MULTI_VOICES 16 /* max # of playable voices
97 int max_voices; /* Number of voices */
111 int num_voices; /* current number of voices */
113 struct snd_emux_voice *voices; /* Voices (EMU 'channel') */ member in struct:snd_emux
opl3.h 15 * a bit mask defining which voices are used as 4 OP voices.
31 * even be left unconnected. This works with 4 OP voices also.
34 * register of the voice (0xC0-0xC8). In 4 OP voices these bits are
151 * Offsets to the register banks for voices. Just add to the
171 * to the stereo channels. For 4 OP voices this bit is
175 * For 4 OP voices the connection bit is used in the
285 unsigned char max_voices; /* max number of voices */
287 #define SNDRV_OPL3_MODE_SYNTH 0 /* OSS - voices allocated by application */
303 struct snd_opl3_voice voices[MAX_OPL3_VOICES]; /* Voices (OPL3 'channel') * member in struct:snd_opl3
    [all...]
gus.h 319 effect:1; /* use effect voices */
346 unsigned char active_voices; /* active voices */
349 struct snd_gus_voice voices[32]; /* GF1 voices */ member in struct:snd_gf1
633 int voices,
trident.h 360 struct snd_trident_voice voices[64]; member in struct:snd_4dwave
ymfpci.h 271 struct snd_ymfpci_voice *voices[2]; /* playback only */ member in struct:snd_ymfpci_pcm
327 struct snd_ymfpci_voice voices[64]; member in struct:snd_ymfpci
asequencer.h 626 int midi_voices; /* voices per MIDI port */
627 int synth_voices; /* voices per SYNTH port */
717 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
    [all...]
emu10k1.h 1304 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK]; member in struct:snd_emu10k1_pcm
1519 struct snd_emu10k1_voice voices[NUM_G]; member in struct:snd_emu10k1
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 96 /* use the following values to specify unassigned channels or voices */
125 /* drum channel can simultaneously play this many voices at most */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
362 S_SYNTH_VOICE voices[MAX_SYNTH_VOICES]; member in struct:s_voice_mgr_tag

Completed in 2457 milliseconds