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)
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
Play Sound in Windows 11 with VBA
How can I use VBA to play sounds in Windows 11? The code below worked in Windows 10 but does nothing in Windows 11.
Code execution does not throw an error.
I verified the sound file referenced in the...
ChrisB
Votes: 0
Answers: 1
Change speed of audio file in kotlin
I am making a metronome app in Android Studio, using Kotlin, and need to be able to change the speed of the audio file playing.
Min SDK: 23
Target SDK: 32
This is what I've currently got but changing ...
Matthew Guest
Votes: 0
Answers: 1
OpenCV: control video playback with both keyboard and mouse
I'd like to be able to play a video (that automatically stops at some fixed frames), and I want to be able to play/stop either using keyboard or mouse. However, it seems that opencv does not provide a...
tobiasBora
Votes: 0
Answers: 0