Skip to content

struct audio_dithering_state audio

struct audio_dithering_state { … }

Represents the state of audio dithering.

variable dithering

audio_dithering dithering

Defined at audio/data.hpp:865

variable scale

fbase scale

Defined at audio/data.hpp:866

variable rnd

mutable std::mt19937_64 rnd{ std::random_device{}() }

Defined at audio/data.hpp:867

variable dist

mutable std::uniform_real_distribution<fbase> dist{ fbase(-0.5), fbase(+0.5) }

Defined at audio/data.hpp:868

function operator()()

fbase operator()() const

Defined at audio/data.hpp:869

Defined at audio/data.hpp:863