Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/audiocfg/
H A Ddtmf.c46 unsigned short sample_length, unsigned short channels, in dtmf_create() argument
51 size_t sample_count = sample_rate * sample_length; in dtmf_create()
68 unsigned short sample_length, unsigned short channels, in dtmf_new() argument
71 *buflen = sample_rate * sizeof(int16_t) * sample_length * channels; in dtmf_new()
78 dtmf_create(*buf, sample_rate, sample_length, channels, chanmask, in dtmf_new()