mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 05:32:32 +00:00
48408bcfa6
This removes the use of AGC's experimental atomic bool controls in favor of the already stable periodic_access method of control. The disadvantage is that periodic_access is significantly more difficult for most users to undestand. It requires understanding of how closures work with ownership and threading primitives like Atomics & Arc. |
||
---|---|---|
.. | ||
automatic_gain_control.rs | ||
basic.rs | ||
mix_multiple_sources.rs | ||
music_flac.rs | ||
music_m4a.rs | ||
music_mp3.rs | ||
music_ogg.rs | ||
music_wav.rs | ||
noise_generator.rs | ||
reverb.rs | ||
seek_mp3.rs | ||
signal_generator.rs | ||
spatial.rs | ||
stereo.rs |