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

Add play()/rec()/playrec()/stop()/wait() #54

Closed mgeier closed 8 years ago

mgeier commented 9 years ago

This is a possible (maybe partial) solution to #19.

The implementation can for sure be improved, for now I think the API is the most important aspect of this PR.

bastibe commented 8 years ago

I don't think that these functions make PySoundCard easier to use. I have seen how these functions turn out in PySoundFile, and learned my lesson: Library code should be as minimal as possible. Look at SoundDevice for a module with more of a focus on interactive use.