Siegfried Gündert

Results 4 comments of Siegfried Gündert

pyfilterbank is developed with python 3, so there is no guarantee for it working with python 2. Following steps should solve your problem: 1. use python 3 2. compile the...

Thanks for the hint. However a refactor of the whole octave and sosfiltering module is planned: The compilation will be done using the out-of line API-mode from cffi (http://cffi.readthedocs.io/en/latest/cdef.html) If...

Please post some example code. How did you calibrate? Did you use the data from the same microphone? JonNeat schrieb am Do., 8. Aug. 2019, 17:58: > Hi guys, >...

Why not just: ``` python pysoundcard.terminate_portaudio() pysoundcard.initialize_portaudio() ``` so the user can handle both kinds of problems without digging into `._pa` namespace.