-
on MacOsX, this OrtAudio randomly appear:
```
||PaMacCore (AUHAL)|| Error on line 2523: err='-50', msg=Unknown Error
```
the solution would be to recompile the Mac dynamic library using CoreAudio.
-
Copy `LibPortAudio.jl` and use `libportaudio.jll`
-
When launching `computerassistant`, I get this error :
```sh
Traceback (most recent call last):
File "/home/molives/.local/bin/computerassistant", line 8, in
sys.exit(start())
File "/…
-
Hi,
portaudio 19.6.0 causes problems on macos' newer versions.
Could we upgrade to 19.7.0?
https://github.com/PortAudio/portaudio/releases
Thanks for the great work!
kai
-
Attempting to run `main.py` on Ubuntu 24.04 returns `OSError: PortAudio library not found` as it is not installed by default.
-
I've been using a single C header file library for my audio back-ends called miniaudio (https://miniaud.io). It allows compiling code on Linux/macOS/Windows to use audio I/O without installing any oth…
-
Had an Issue when running the following:
`python audio_recorder.py --print-devices`
> Traceback (most recent call last):
> File "/mnt/hpc/home/abdelhaym/repos/timestamped_audio_recorder/audio…
-
I have a python script that works in the interpreter and it uses `PyAudioWPatch` (a windows patch of pyaudio, which may or may not be related)
but whenever I use pyinstaller it keeps crashing at ra…
-
## Motivation
Currently, if you want to use the WASAPI audio API, you have to pass the system samplerate, otherwise the Server refuses to boot. For example:
```
Requested sample rate 44100.00…
-
Most or all installs fail on MacOS 14.2. Note that the reason appears to be different than for issues #59, and #62. Note that I installed the Doxygen formula and it works on my other CMake projects, s…