forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_audiostreamspeex
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: AudioStreamResampled ####Category: Core
Speex audio stream driver.
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.
- void set_file ( String file )
Set the speech file (which is loaded to memory).
- String get_file ( ) const
Return the speech file.