bastibe / PySoundCard

PySoundCard is an audio library based on PortAudio, CFFI and NumPy
BSD 3-Clause "New" or "Revised" License
87 stars 9 forks source link

Update pysoundcard.py #64

Closed stuaxo closed 7 years ago

stuaxo commented 7 years ago

Add typedef for typedef enum PaHostApiTypeId, it was triggering an error in CFFI (will be revert to a warning after CFFI 1.8)

https://bitbucket.org/cffi/cffi/issues/234/cffi-131-userwarning-about

bastibe commented 7 years ago

Thank you for your help!