Re: [Alsa-user] several second latency with USB audio

2016-01-08 Thread Sergei Steshenko
>Пятница, 8 января 2016, 10:14 +01:00 от Clemens Ladisch >: > >Sergei Steshenko wrote: >> Понедельник, 4 января 2016, 18:45 +01:00 от Clemens Ladisch < >> cladi...@googlemail.com >: >> >> Sergei Steshenko wrote: >> > I have developed a piece of code (as LADSPA plugin) which among ot

Re: [Alsa-user] several second latency with USB audio

2016-01-08 Thread Clemens Ladisch
Sergei Steshenko wrote: > Понедельник, 4 января 2016, 18:45 +01:00 от Clemens Ladisch > : > > Sergei Steshenko wrote: > > I have developed a piece of code (as LADSPA plugin) which among other > things multiplexes one of two input streams into output stream. > > > > Though swit

Re: [Alsa-user] period_size below 8000 on Intel Edison

2016-01-08 Thread Clemens Ladisch
Dennis Borgmann wrote: > period_time has the value "2000" before I use the function > snd_pcm_hw_params_set_period_time_near(*pcm_handle, hwparams, &period_time, > &dir); > and has the same value of 2000 after I call it. This implies that the driver claims that 2000 is supported. > In addition,