mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
20 lines
496 B
ReStructuredText
20 lines
496 B
ReStructuredText
.. _class_AudioStreamSpeex:
|
|
|
|
AudioStreamSpeex
|
|
================
|
|
|
|
**Inherits:** :ref:`AudioStream<class_audiostream>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Speex audio stream driver.
|
|
|
|
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.
|
|
|