Home
last modified time | relevance | path

Searched refs:voice (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java201 * Mix the output of each active voice into a buffer.
210 SynthVoice voice = iterator.next(); in generateBuffer()
211 if (voice.isDone()) { in generateBuffer()
213 // mFreeVoices.add(voice); in generateBuffer()
215 voice.mix(buffer, SAMPLES_PER_FRAME, 0.25f); in generateBuffer()
221 SynthVoice voice = mVoices.get(noteIndex); in noteOff()
222 if (voice != null) { in noteOff()
223 voice.noteOff(); in noteOff()
230 SynthVoice voice = iterator.next(); in allNotesOff()
231 voice in allNotesOff()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dasrc_flite.c23 * flite voice synth source
45 cst_voice *voice; member
60 { "v", "set voice", OFFSET(voice_str), AV_OPT_TYPE_STRING, {.str="kal"}, 0, 0, FLAGS },
61 { "voice", "set voice", OFFSET(voice_str), AV_OPT_TYPE_STRING, {.str="kal"}, 0, 0, FLAGS },
85 cst_voice *voice; member
117 cst_voice *voice; in select_voice() local
119 if (!entry->voice) in select_voice()
120 entry->voice = entry->register_fn(NULL); in select_voice()
121 voice in select_voice()
[all...]
H A Daf_dialoguenhance.c35 double original, enhance, voice; member
61 { "voice", "set voice detection factor", OFFSET(voice), AV_OPT_TYPE_DOUBLE, {.dbl=2}, 2,32, FLAGS },
279 windowed_oright, windowed_pright, s->fft_size / 2 + 1), s->voice); in de_stereo()
/third_party/typescript/tests/baselines/reference/
H A DnarrowingConstrainedTypeParameter.js12 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
16 return voice(pet);
27 function speak(pet, voice) {
31 return voice(pet);
/third_party/alsa-lib/include/sound/uapi/
H A Dasound_fm.h44 unsigned char voice; /* FM voice (0 to 17) */ member
67 * This describes an FM note by its voice, octave, frequency number (10bit)
72 unsigned char voice; /* 0-17 voice channel */ member
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c236 struct bt_voice voice; in sco_setsockopt_enable_bt_voice() local
238 memset(&voice, 0, sizeof(voice)); in sco_setsockopt_enable_bt_voice()
239 voice.setting = BT_VOICE_TRANSPARENT; in sco_setsockopt_enable_bt_voice()
240 if (setsockopt(fd, SOL_BLUETOOTH, BT_VOICE, &voice, sizeof(voice)) < 0) { in sco_setsockopt_enable_bt_voice()
/third_party/ffmpeg/tests/fate/
H A Dvoice.mak77 fate-voice: $(FATE_VOICE-yes)
/third_party/ffmpeg/tests/
H A DMakefile240 include $(SRC_PATH)/tests/fate/voice.mak
/third_party/ffmpeg/
H A Dconfigure234 --enable-libflite enable flite (voice synthesis) support via libflite [no]
/third_party/python/Lib/test/
H A Dtest_typing.py6616 voice: str
6627 self.assertEqual(Animal.__optional_keys__, frozenset(['tail', 'voice']))
6631 'voice': str,
6635 self.assertEqual(Cat.__optional_keys__, frozenset(['tail', 'voice']))
6640 'voice': str,

Completed in 23 milliseconds