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

audio-processor-bitcrusher

Implements a simple bitcrusher based on sample-and-hold

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

#1111 in Audio

Download history 1/week @ 2024-11-13 2/week @ 2024-11-20 22/week @ 2024-11-27 193/week @ 2024-12-04 141/week @ 2024-12-11 22/week @ 2024-12-18 14/week @ 2024-12-25 73/week @ 2025-01-01 16/week @ 2025-01-08 4/week @ 2025-02-05 19/week @ 2025-02-19 34/week @ 2025-02-26

57 downloads per month

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