[linux-audio-dev] Re: python and jack, performance report

From: Maxim Krikun <maxim.krikun@email-addr-hidden>
Date: Fri Dec 16 2005 - 15:20:40 EET

Leonard "paniq" Ritter <paniq@...> writes:
> frustrated by the poor implementation of the jack bindings for python
> (pyjack), i wrote my own in native python using ctypes.

And what's wrong with pyjack? For me it works fine, apart from some minor bug

> i believe that considering the overhead of the python implementation,
> that result isn't too bad, and maybe allows for more than just
> prototyping.

What about the latency? Do you think sure it's safe to execute arbitrary pyhton
code inside jack's thread?

Your TestClient.mix method manipulates arrays, thus it may eventually call
malloc, which is explicitly discouraged in jack api doculentation.

-- Maxim
Received on Fri Dec 16 16:15:09 2005

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2005 - 16:15:09 EET