#generics #handle #parameters #thread #bitcrusher #sample-and-hold

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

#1147 in Audio

Download history 88/week @ 2024-11-30 227/week @ 2024-12-07 56/week @ 2024-12-14 17/week @ 2024-12-21 33/week @ 2024-12-28 51/week @ 2025-01-04 9/week @ 2025-01-11 4/week @ 2025-02-01 9/week @ 2025-02-15 17/week @ 2025-02-22 27/week @ 2025-03-01

53 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