Home
last modified time | relevance | path

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

/dports/audio/ctronome/ctronome-0.5.6/
H A Dctronome.c55 bpm_base_length = dsp_speed * dsp_depth * dsp_channels * 60 / bpm[0]; in main()
62 while(i3 = dsp_pattern_length % (dsp_depth * dsp_channels)){ in main()
293 dsp_depth = dsp_format / 8; in parm_init()
295 wav_bytes_to_read = dsp_depth * dsp_channels * dsp_speed / 2; in parm_init()
H A Dctronome.h43 byte dsp_depth; variable