Re: [PD] ALSA loopback and Pd

2015-11-15 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eventually, i decided to use the jack alsa plugin with jackd. Formelly, I had buffer problems with ecasound when receiving sound with netcat : $ netcat -ukl 1234 | ecasound -i stdin -o jack,pure_data_0:input0 (audioio-db-client) WARNING: Underrun in

Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Ecasound seems nice and i will give it a try. Thanx. ++ Jack Le 14/11/2015 15:43, Matt Barber a écrit : > And if aplay won't output to jack, you could try ecasound. > > On Nov 14, 2015 8:59 AM, "Simon Iten" > wrote: > > this would be easier with your name :-)

Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Yep, I know ;) I just want to use ALSA loop because it looks very simple to setup. ++ Jack Le 14/11/2015 14:58, Simon Iten a écrit : > this would be easier with your name :-) > > use jack. >> On 14 Nov 2015, at 14:49, Jack wrote: >> >> Hello, >> >> I try to use ALSA loopback (snd-loop) with Pd

Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Matt Barber
And if aplay won't output to jack, you could try ecasound. On Nov 14, 2015 8:59 AM, "Simon Iten" wrote: > this would be easier with your name :-) > > use jack. > > On 14 Nov 2015, at 14:49, Jack wrote: > > > > Hello, > > > > I try to use ALSA loopback (snd-loop) with Pd. To route the output of a

Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Simon Iten
this would be easier with your name :-) use jack. > On 14 Nov 2015, at 14:49, Jack wrote: > > Hello, > > I try to use ALSA loopback (snd-loop) with Pd. To route the output of an > application to the input of Pd. > > > Using : > $ aplay -D hw:1,1,2 blabla.wav > and > $ arecord -D hw:1,0,2 | ap

[PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Hello, I try to use ALSA loopback (snd-loop) with Pd. To route the output of an application to the input of Pd. Using : $ aplay -D hw:1,1,2 blabla.wav and $ arecord -D hw:1,0,2 | aplay works fine with ALSA loop. But, if i want to use Pd (with ALSA -> input device 1 (Loopback hardware or plugin)