From e664a48a601255a6a53da7fc886d749be0728667 Mon Sep 17 00:00:00 2001 From: mva Date: Fri, 14 May 2010 05:41:11 +0000 Subject: - Update to 0.9.9 --- audio/py-fastaudio/files/patch-fastaudio.pyx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'audio/py-fastaudio/files') diff --git a/audio/py-fastaudio/files/patch-fastaudio.pyx b/audio/py-fastaudio/files/patch-fastaudio.pyx index 8f097b13b3f0..025b6aaacfb5 100644 --- a/audio/py-fastaudio/files/patch-fastaudio.pyx +++ b/audio/py-fastaudio/files/patch-fastaudio.pyx @@ -1,5 +1,5 @@ ---- fastaudio.pyx.orig 2004-06-15 20:37:39.000000000 +0900 -+++ fastaudio.pyx 2009-06-06 18:54:52.000000000 +0900 +--- fastaudio.pyx.orig 2004-06-15 13:37:39.000000000 +0200 ++++ fastaudio.pyx 2010-05-08 09:24:38.000000000 +0200 @@ -92,7 +92,7 @@ #@+node:portaudio.h # portaudio-specifics @@ -9,6 +9,15 @@ ctypedef int PaError cdef enum PA_ERRORS: +@@ -553,7 +553,7 @@ + cdef int isrunning + #@-node:attributes + #@+node:__new__ +- def __new__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds): ++ def __cinit__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds): + """ + Constructor for fastaudio stream objects. + @@ -586,8 +586,8 @@ cdata.framesPerBuf = framesPerBuf cdata.bytesPerFrame = channels * _sampleFormatSizes[format] -- cgit