#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

#769 in Audio

Download history 5/week @ 2024-09-18 11/week @ 2024-09-25 4/week @ 2024-10-09 5/week @ 2024-10-16 5/week @ 2024-10-30 6/week @ 2024-11-06 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

391 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