AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
AudioStreamRandomizer
To Subscribe, use this Key
double-orange-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description Picks a random AudioStream from the pool, depending on the playback mode, and applies random pitch shifting and volume shifting du…
Published
06/07/2024
Properties PlaybackMode playback_mode 0 float random_pitch 1.0 float random_volume_off…
Published
06/07/2024
Enumerations enum PlaybackMode : PlaybackMode PLAYBACK_RANDOM_NO_REPEATS = 0 Pick a stream at random according to…
Published
06/07/2024
Property Descriptions PlaybackMode playback_mode = 0 void set_playback_mode (value: PlaybackMode ) PlaybackMo…
Published
06/07/2024
Method Descriptions void add_stream (index: int , stream: AudioStream , weight: float = 1.0) Insert a stream at the spec…
Status
Last Update
Fields