Searched refs:sample_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c171 static short *sample_buf; variable
179 if ((sample_buf = malloc(2000000)) == NULL) {
184 data_len = uncompress_wave(sample_buf);
193 src = sample_buf;

Completed in 182 milliseconds