AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
AudioServer
To Subscribe, use this Key
friend-quebec-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description AudioServer is a low-level server interface for audio access. It is in charge of creating sample data (playable audio) as well a…
Published
06/07/2024
Properties int bus_count 1 String input_device "Default" String output_device …
Published
06/07/2024
Signals bus_layout_changed () Emitted when an audio bus is added, deleted, or moved. bus_renamed (bus_index: int , old_n…
Published
06/07/2024
Enumerations enum SpeakerMode : SpeakerMode SPEAKER_MODE_STEREO = 0 Two or fewer speakers were detected. Sp…
Published
06/07/2024
Property Descriptions int bus_count = 1 void set_bus_count (value: int ) int get_bus_count () Numbe…
Published
06/07/2024
Method Descriptions void add_bus (at_position: int = -1) Adds a bus at at_position . void add_bus_effect …
Status
Last Update
Fields