audio-processor-bitcrusher

Crates.ioaudio-processor-bitcrusher
lib.rsaudio-processor-bitcrusher
version2.3.0
sourcesrc
created_at2022-09-29 13:09:46.833883
updated_at2024-01-17 09:31:36.426126
descriptionImplements a simple bitcrusher based on sample-and-hold.
homepagehttps://github.com/yamadapc/augmented-audio
repositoryhttps://github.com/yamadapc/augmented-audio
max_upload_size
id676646
size9,505,135
Pedro Tacla Yamada (yamadapc)

documentation

README

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

Commit count: 3017

cargo fmt