TnTora

Results 3 issues of TnTora

**Describe the bug** Calling `AudioHardwareCreateAggregateDevice` from the `CoreAudio` framework results in a segmentation fault **Platform information** * Python 3.13.1 * installed via homebrew * macOS 15.2 (x86) **To Reproduce** ```...

bug

While working on one of my projects, I have been experimenting with recording system audio on macOS without relying on virtual devices such as blackhole. It seems that it is...

macOS 15.2 (x86) I'm trying to run the following script to test this module but it seems I am failing to get proper audio. ``` import soundcard as sc import...