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

Get rid of _npsizeof #28

Closed mgeier closed 10 years ago

mgeier commented 10 years ago

NumPy has a built-in dtype.itemsize attribute which can be used instead.

bastibe commented 10 years ago

Awesome! Thank you!