[LAD] Communicating between python UI and C++ engine for real time audio?

From: Iain Duncan <iainduncanlists@email-addr-hidden>
Date: Wed Nov 02 2011 - 19:09:34 EET

I looked into this about five years ago, but didn't get too far. Wondering
if anyone on here has experience splitting apps up into:

- realtime low latency engine in C++ using per sample callback audio (
either RTAudio or Jack or PortAudio )

- user interfaces and algo composition routines in python that either
communicate with the engine by shared memory or over a queue

Basically I want to be able to do the gui and data transforming code in
Python whenever possible and allow plugins to be written to work on the
data in Python

I'm hoping to arrive at some sort of design that ultimately lets the engine
act as an audio server with multiple user interface clients, possibly not
even on the same machines, but definitely not on the same cores. If anyone
has tips, war stories, suggestions on reading or projects to look at, I'd
love to hear them.

Thanks
Iain

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Wed Nov 2 20:15:01 2011

This archive was generated by hypermail 2.1.8 : Wed Nov 02 2011 - 20:15:01 EET