python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Portaudio - Unable to play audio file
I'm trying to implement a very simple API for audio playback using portaudio. I have minimal amount of code needed to play the audio file but I am not getting any errors and/or audio output.
Here is t...
apoorv569
Votes: 0
Answers: 1
Is there a way to include a brew instillation in a python build?
I'm trying to build a speech recognition application that works in a browser. Currently using pyodide with a web worker. I have my own package, built alongside pyaudio, that I use for the web worker.
...
Luke
Votes: 0
Answers: 1
How to patch portaudio for low-latency iOS usage?
I am currently working on a patch that should make portaudio work for iOS. For now I successfully applied portaudio member Hans Petter's patch for iOS usage
https://www.dropbox.com/s/6hf9bjqpa6b6uv3/0...
Alexander Carôt
Votes: 0
Answers: 2
OSError: [Errno -9999] Unanticipated host error --- PaMacCore (AUHAL)|| AUHAL component not found
I'm trying to use PyAudio to record. I'm on a 2021 MacBook Pro (Apple Silicon) with MacOS Monterey 12.2.1, Python 3.9.10. However, when I try to run the following code (taken from this discussion: htt...
Joseph Yu
Votes: 0
Answers: 0