Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-19 Thread Iain Duncan
On 11/16/2011 01:16 PM, harryhaa...@gmail.com wrote: On , Iain Duncan iainduncanli...@gmail.com iainduncanli...@gmail.comwrote: Thanks! Did you just write it? Yup. As in literally just there. And I was reading your post in the new RAUL thread as you were typing that :D All the best, -Harry

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-16 Thread Harry van Haaren
Hey, Small tutorial here that writes integers into a ringbuffer, and the JACK thread reads them out: http://harryhaaren.blogspot.com/2011/11/tutorial-jack-ringbuffers.html Comments / improvements welcomed! -Harry ___ Linux-audio-dev mailing list

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-16 Thread Iain Duncan
Thanks! Did you just write it? I'll go through it in the next few days and can send comments if you want help making it more accessible/understandable to the student much appreciated Harry! Iain On Wed, Nov 16, 2011 at 11:13 AM, Harry van Haaren harryhaa...@gmail.comwrote: Hey, Small

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-16 Thread harryhaaren
On , Iain Duncan iainduncanli...@gmail.com wrote: Thanks! Did you just write it? Yup. As in literally just there. And I was reading your post in the new RAUL thread as you were typing that :D All the best, -Harry ___ Linux-audio-dev mailing list

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-16 Thread Michael R Fisher
I think there is also a demo in the libsndfile sources that uses a jack ringbuffer to play an audio file. On 11/16/2011 01:16 PM, harryhaa...@gmail.com wrote: On , Iain Duncan iainduncanli...@gmail.com wrote: Thanks! Did you just write it? Yup. As in literally just there. And I was reading

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-14 Thread Harry van Haaren
On Mon, Nov 14, 2011 at 6:29 AM, Iain Duncan iainduncanli...@gmail.comwrote: Can anyone point me at what they consider the best thing to look at for an introduction to communication between threads in a jack app using the ringbuffer? There's an example client in the JACK source called

Re: [LAD] tutorial or example for using jack ring buffer between threads?

2011-11-14 Thread Iain Duncan
On Mon, Nov 14, 2011 at 2:03 AM, Harry van Haaren harryhaa...@gmail.comwrote: On Mon, Nov 14, 2011 at 6:29 AM, Iain Duncan iainduncanli...@gmail.comwrote: Can anyone point me at what they consider the best thing to look at for an introduction to communication between threads in a jack app

[LAD] tutorial or example for using jack ring buffer between threads?

2011-11-13 Thread Iain Duncan
Can anyone point me at what they consider the best thing to look at for an introduction to communication between threads in a jack app using the ringbuffer? I found some, but as docs appear a bit scattered, wondered if there was a known best-first-reference type thing. thanks iain