class_audiostreamspeex - vkbsb/godot GitHub Wiki
AudioStreamSpeex
####Inherits: AudioStreamResampled ####Category: Core
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.