search for: f_buf

Displaying 1 result from an estimated 1 matches for "f_buf".

Did you mean: fs_buf
2009 Oct 05
3
Questions about app_jack.c
...ackd works well with anothers applications when I force them to use jack as input/output. -> probably not a jack configuration problem. 3) If I kill jackd and I use chan_alsa.so with the real soundcard, it works. -> probably not a network or sip configuration problem. 4) If I replace "f_buf[i] = s_buf[i] * (1.0 / SHRT_MAX);" with "f_buf[i] = 0.5 * sin(0.3454 * ((float) i));" in app_jack.c and I retry the test 2, I get test sound. It looks like no sound was read in channel... Do you have any idea ? Fabien