Skip to content

class_audiostreamgibberish

reduz edited this page Feb 23, 2014 · 10 revisions

AudioStreamGibberish

####Inherits: AudioStream ####Category: Core

Brief Description

Simple gibberish speech stream playback.

Member Functions

Description

AudioStream used for gibberish playback. It plays randomized phonemes, which can be used to accompany text dialogs.

Member Function Description

  • void set&#95phonemes ( Object phonemes )

Set the phoneme library.

  • Object get&#95phonemes ( ) const

Return the phoneme library.

  • void set&#95pitch&#95scale ( real pitch_scale )

Set pitch scale for the speech. Animating this value holds amusing results.

  • real get&#95pitch&#95scale ( ) const

Return the pitch scale.

  • void set&#95pitch&#95random&#95scale ( real pitch_random_scale )

Set the random scaling for the pitch.

  • real get&#95pitch&#95random&#95scale ( ) const

Return the pitch random scaling.

  • void set&#95xfade&#95time ( real sec )

Set the cross-fade time between random phonemes.

  • real get&#95xfade&#95time ( ) const

Return the cross-fade time between random phonemes.

Clone this wiki locally