#processor #generic #handle #parameters #implemented #bitcrusher

audio-processor-bitcrusher

Implements a simple bitcrusher based on sample-and-hold

8 releases (stable)

2.3.0 Jan 17, 2024
2.2.0 Dec 7, 2023
2.1.1 May 22, 2023
2.0.0 Apr 19, 2023
0.2.0 Sep 29, 2022

#958 in Audio

MIT license

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.

Dependencies