SoDeS
SoDeS
Hello, I also encountered a problem with recording with the **WASAPI loopback** devices via python. I did not find a ready-made solution, so I solved this one in my [PyAudio](https://github.com/s0d3s/PyAudioWPatch)...
Hello, in one of the latest PortAudio commits([issue](https://github.com/PortAudio/portaudio/pull/672)), enough functionality has been added to work with **WASAPI loopback** devices. Adapting this to **sounddevice** should not be a problem. The hardest...
It's not such a challenge, but it's accepted😉 Wait for the news soon.
I set myself the main task - to introduce new functionality while not changing the behavior of the existing one. The decisions made to achieve this may seem controversial (for...
[**AMD64**](https://ru.wikipedia.org/wiki/X86-64) is an extension of the x86 architecture. Processor architectures, not OS. Answer your question - this fork is only for Windows x64. Maybe you should look into [PyAudioWPatch](https://github.com/s0d3s/PyAudioWPatch). Supports...
Hello, maybe [PyAudioWPatch](https://github.com/s0d3s/PyAudioWPatch) is for you. Available for Windows **x64/x32** Python 3.{7-11} Everything is based on the latest releases of **PyAudio** and **PortAudio**. Loopback support is now more canonical.
> Figere unum conteram aliud Firstly, your PR **will make it impossible** to use for Windows users (does not support the `CoreAudio` API). Secondly, even for MacOS users, your code...
I checked again, and came to the same conclusion - your code does not contribute to recording sound from the speakers. Especially on macOS using Core Audio. Are you aware...
I created a [PR for your fork](https://github.com/mlubbad/ecoute/pull/1) that adequately solves the problem in the second way(_just bypass the errors_). It has been tested on both Windows and MacOS. All the...
@SevaSk Hi🖐, I've made a change that solves the OP's problem: bypass startup errors on macOS.. I checked the work on Windows and macOS - \*everything works. (**Need someone to...