-
Notifications
You must be signed in to change notification settings - Fork 0
class_audiostreamgibberish
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: AudioStream\n\n
Simple gibberish speech stream playback.
- void ** set_phonemes ** ( Object phonemes )
- Object ** get_phonemes ** ( ) const
- void ** set_pitch_scale ** ( real pitch_scale )
- real ** get_pitch_scale ** ( ) const
- void ** set_pitch_random_scale ** ( real pitch_random_scale )
- real ** get_pitch_random_scale ** ( ) const
- void ** set_xfade_time ** ( real sec )
- real ** get_xfade_time ** ( ) const
AudioStream used for gibberish playback. It plays randomized phonemes, which can be used to accompany text dialogs.
- void ** set_phonemes ** ( Object phonemes ) \ Set the phoneme library.
- Object ** get_phonemes ** ( ) const \ Return the phoneme library.
- void ** set_pitch_scale ** ( real pitch_scale ) \ Set pitch scale for the speech. Animating this value holds amusing results.
- real ** get_pitch_scale ** ( ) const \ Return the pitch scale.
- void ** set_pitch_random_scale ** ( real pitch_random_scale ) \ Set the random scaling for the pitch.
- real ** get_pitch_random_scale ** ( ) const \ Return the pitch random scaling.
- void ** set_xfade_time ** ( real sec ) \ Set the cross-fade time between random phonemes.
- real ** get_xfade_time ** ( ) const \ Return the cross-fade time between random phonemes.