Crates.io | audio-processor-bitcrusher |
lib.rs | audio-processor-bitcrusher |
version | 2.3.0 |
source | src |
created_at | 2022-09-29 13:09:46.833883 |
updated_at | 2024-01-17 09:31:36.426126 |
description | Implements a simple bitcrusher based on sample-and-hold. |
homepage | https://github.com/yamadapc/augmented-audio |
repository | https://github.com/yamadapc/augmented-audio |
max_upload_size | |
id | 676646 |
size | 9,505,135 |
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