Matthias Geier
Matthias Geier
Multi-processing and multi-threading are likely to cause problems ... I think it's best to have a single stream with a callback function that sends/receives data via one or multiple queues...
Thanks for this PR! I'm wondering though: you are fixing two things (NULL pointer and unexpected port type), but your description only mentions one problem (AFAIU). If both fixes are...
Thanks for this PR, and sorry for my late response. I agree that this is a problem that should be solved, but I'm not sure if catching an `AssertionError` is...
> I like the idea of an `UnknownPort` class, but I think it should contain the same methods than `AudioPort` or `MidiPort`, OK, I guess we can also provide those...
Yes, I think we should consider this a breaking change. We should increase the version number to 0.6 and mention this in the release notes. We'll see if people complain...
I think this can be closed now, since #149 has been merged, right?
If by "class" you mean one of the "stream" classes, then no, they expect the samplerate to stay constant. If you need to play back sound files with a different...