MixerOptions

Options to create the mixer with. You can customize sample-rate or the number of internal tracks. Always stereo.

nothrow @nogc
struct MixerOptions {}

Members

Variables

numChannels
int numChannels;

Number of possible sounds to play simultaneously.

sampleRate
float sampleRate;
Undocumented in source.

Meta