|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include "utils/types.h"
Go to the source code of this file.
Data Structures | |
| struct | Ditherer |
| Ditherer. More... | |
Functions | |
| void | ditherer_reset (Ditherer *self, int num_bits) |
| void | ditherer_process (Ditherer *self, float *frames, size_t n_frames, channels_t channels) |
| Dither given audio. | |
Definition in file ditherer.h.