marinos123

Results 2 issues of marinos123

Hello, Im using sounddevice to capture data from input and outpout device. i was able to use it with the following headset (Corsair HS45): ``` 0 Microsoft Sound Mapper -...

Hello, Is it possible to use input and output device simultaneously? I try the following but no luck: ``` def callback(indata, outdata, frame_count, time_info, status): indata[:] = outdata loop.call_soon_threadsafe(input_queue.put_nowait, (bytes(indata),...