TnTora

Results 7 comments of TnTora

I don't think it is possible with the current implementation. I am facing a similar problem (alongside a few others) so I just started working on a fork with a...

After some more testing I noticed I get clean audio using `samplerate=44100`

I am on macOS 15.2 (x86), Python 3.13.1 installed via homebrew. There are no error messages when I run the script.

I did some more testing. I tried using most of the sample rates listed in the blackhole virtual mic as well as a few more random ones to see how...

I think I might have found the problem. I modified [this](https://github.com/rweichler/coreaudio-examples/blob/master/CH06_AudioConverter/main.c) AudioConverter example code to use the same formats as soundcard and the resampling worked perfectly. So I checked the...

Also, while researching this bug I noticed something else. The `_AudioUnit` class always uses the default sample rate of 44.1 kHz for input, so trying to record audio with a...

I created a pull request. It's my first time creating one so let me know if there is anything I should change.