Hi Armin, i wanted something faster than ctypes, i think thats why Hubert Pham used the Python C API when doing pyaudio before, also i want to do DSP on the samples and want to option to do as many effects as possible in real-time. I figured out my problem, rpyportaudio is on google code now, http://code.google.com/p/rpyportaudio/
--- On Fri, 8/13/10, Armin Rigo <[email protected]> wrote: > From: Armin Rigo <[email protected]> > Subject: Re: [pypy-dev] Wrapping C, void pointer > To: "Hart's Antler" <[email protected]> > Cc: [email protected] > Date: Friday, 13 August, 2010, 1:39 AM > Hi Hart, > > On Thu, Aug 12, 2010 at 06:42:23PM -0700, Hart's Antler > wrote: > > I am wrapping PortAudio for RPython. > > Why? Writing it in standard ctypes would give really > bad performance? > > > Armin > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
