Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ditherer.h File Reference

Ditherer. More...

#include "utils/types.h"
Include dependency graph for ditherer.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.
 

Detailed Description

Ditherer.

Definition in file ditherer.h.