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)
Can a Chrome Extention listen to system audio and not just a tab or input mic? How can I access all the existing audio with just a chrome extention?
Is there a way for a chrome extension to listen to more than just a tab or one mic?
I need to listen to the audio of a softphone that runs on a separate desktop app separate of chrome.
I would want to...
stundex
Votes: 0
Answers: 0
How to get 24-bit samples from USB audio device using Python?
I am trying to get a stream of 24-bit audio samples from some USB audio device using Python.
I already searched for some solutions and found this thread that is using PyAudio stream with a format of p...
Dima Tepliakov
Votes: 0
Answers: 1
SDL2 extraneous hum when playback recorded voice
I'm using SDL2 to capture audio from a microphone and play them back. When playback starts, in addition to the recorded voice, an additional hum is also heard in the headphones. Why is this happening ...
John
Votes: 0
Answers: 0
Flutter Record Plugin , iOS - Resume record issue after lock iPhone device or simulator
In Flutter I am using https://pub.dev/packages/record package to record audio.
AVAudioRecorder for iOS
I have used SystemChannels.lifecycle.setMessageHandler method to get Phone OS App Lifecycle state...
KDOSHI
Votes: 0
Answers: 0