Skip to content

class_audiostreamspeex

reduz edited this page Feb 23, 2014 · 9 revisions

AudioStreamSpeex

Inherits: AudioStreamResampled\n\n### Brief Description
Speex audio stream driver.

Member Functions

Description

Speex audio stream driver. Speex is very useful for compressed speech. It allows loading a very large amount of speech in memory at little IO/latency cost.

Member Function Description

== set_file ==

  • void set_file" ( String file ) \ Set the speech file (which is loaded to memory). == get_file ==
  • String get_file" ( ) const \ Return the speech file.

Clone this wiki locally