8 stable releases
2.5.0 | Aug 26, 2024 |
---|---|
2.3.0 | Jan 17, 2024 |
2.2.0 | Dec 7, 2023 |
2.1.1 | May 22, 2023 |
0.3.0 | Oct 22, 2022 |
#1087 in Audio
2MB
1.5K
SLoC
audio-processor-bitcrusher
Implements a simple bitcrusher based on "sample-and-hold".
BitCrusherProcessor
is the audio_processor_traits::AudioProcessor
implementation.
BitCrusherHandle
is the handle with which to change parameters from any thread. A generic
handle is implemented to generate generic GUIs.
License: MIT
lib.rs
:
Implements a simple bitcrusher based on "sample-and-hold".
BitCrusherProcessor
is the audio_processor_traits::AudioProcessor
implementation.
BitCrusherHandle
is the handle with which to change parameters from any thread. A generic
handle is implemented to generate generic GUIs.