Home
last modified time | relevance | path

Searched refs:MIN_SINE_SAMPLES (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Dsine_mixer.h37 static const int MIN_SINE_SAMPLES; member
H A Dsine_mixer.cc258 if (NUM_SINE_SAMPLES < MIN_SINE_SAMPLES) NUM_SINE_SAMPLES = MIN_SINE_SAMPLES; in set_samples()
H A Dmain.cc306 const int sine_mixer::MIN_SINE_SAMPLES = 4; member in sine_mixer