Tony

Results 14 comments of Tony

Actually my description was slightly incorrect. We also tried pulling the microphone plug out of the USB sound card, without disconnecting the USB sound card and data was still being...

The mixing may not work as the microphones readers are in two different threads. So that's why I was hoping we could have a more sophisticated way of mixing the...

I get the following from the command alplay -device /usr/share/sounds/alsa/Front_Center.wav AL lib: (II) Initializing library v1.20.1-unknown UNKNOWN AL lib: (II) Supported backends: pulse, alsa, oss, null, wave AL lib: (II)...

I could try the later version. But if the resampler failure is just a warning, why is it treated as an error?

I finally got around to trying 1.21.1 and it fails with the same problem. I have tried setting allow-resampler to true and false with no luck. An exception is being...

I think the problem is that the following line is the problem: ` CHECK(snd_pcm_hw_params_set_rate_near(mPcmHandle, hp.get(), &rate, nullptr));`. One of my devices can handle a rate of 44.1kHz but the handset...

For some reason this call is returning -2 which gets interpreted ENOENT. [openal.txt](https://github.com/kcat/openal-soft/files/7151493/openal.txt) [openalltrace.txt](https://github.com/kcat/openal-soft/files/7151496/openalltrace.txt) [alsaltrace.txt](https://github.com/kcat/openal-soft/files/7151497/alsaltrace.txt) I have attached 3 files that may help. The openal.txt is a run of alplay...

ALSA's library code is rather byzantine. I suspect the various different components that are used to get the sound out of both devices adds to the confusing paths through the...

The line can be changed to: FILE_NAME = "FILE_NAME" if bpy.app.version[0] >= 2 and bpy.app.version[1] >= 63 else "FILENAME" For whatever reason the bpy.app.build_revision is no longer present in the...