Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-dac.c571 …mus_long_t reverb_ring_framples; /* how long the reverb rings after the end (if reverb, of course)… member
1083 snd_dacp->reverb_ring_framples = (mus_long_t)(srate * decay); in start_dac()
1877 snd_dacp->reverb_ring_framples -= framples; in fill_dac_buffers()
1878 if (snd_dacp->reverb_ring_framples <= 0) in fill_dac_buffers()
2485 snd_dacp->reverb_ring_framples = (mus_long_t)(snd_dacp->srate * sp->reverb_control_decay); in initialize_apply()