| Crates.io | audio-processor-bitcrusher |
| lib.rs | audio-processor-bitcrusher |
| version | 2.5.0 |
| created_at | 2022-09-29 13:09:46.833883+00 |
| updated_at | 2024-08-26 12:09:54.607247+00 |
| 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,517,782 |
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