I am new to this world of programing and etc, and I’ve been trying to make a filter to OBS, I have an basic ideas of where I wanna go: Set ShakeFilter = true Else Set ShakeFilter = false ^ Basically, if I talk higher than 18 dbs for example, it sets another filter or ..
Category : audio
I’m trying to find a way of getting the information about auxiliary input devices for windows devices, and being able to mute/unmute them individually. https://i.imgur.com/iECpF9P.png In the picture you can see a "Microphone" under a playback device’s "Levels" tab. I’ve already tried using NAudio and WASAPI to get audio device information, but those auxiliary input ..
I am using Airpods Pro/Galaxy Buds Pro but both have really bad delays for lip syncs or I am too sensitive. I adjust audio delay on VLC media player to audio to come 0.1 seconds earlier, but what about browser, Windows 10 systemwide, Netflix application/browser? Is it possible to delay the video we receive or ..
I’m trying to build an audio editor as a web app. This app will allow someone to record themselves speaking and clip out/rerecord sections of the file as needed. It should also be able to automatically filter out some background noise and normalize the volume throughout the file. Ideally, all the recording/editing functionality would be ..
since QT6 support for Multimedia has been deferred to later this year, what are the alternative library to capture audio from microphone? I have used OpenCV to make my webcam work, I am looking for alternative library to capture audio and get raw audio buffer (not dump to file) as I need to encode it ..
So I was trying out the SFML tutorial for playing a sound from a local file and came across a weird bug. Whenever I call the playSound function no sound is played and I get an error that I can’t find the solution to: [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not ..
Java class TrayIcon, notification message. How to replace system sound with a custom one? Perhaps I need to mute system sound and play mine? Any exec command to do that? Source: Windows..
What is the simplest of way of reading the content of an .mp3 file into a C++ vector? Context: I produced a voice recognition model in PyTorch. The model in PyTorch takes tensors as inputs. Those input are read directly from .mp3 files using the torchaudio module. Goal :I now need to use a TorchScript ..
I have a TV tuner application whose audio output is very low, even with the system’s volume all the way up. I don’t have access to the application’s source code and cannot rebuild it, or even see the application’s filtergraph. What would be the best way to increase the sound level programmatically? Source: Windows..
I am in the process of programming a "fun program" I would like to play a sound whenever the player kills someone in csgo. Does anyone know how to do this exactly? Thanks in advance Source: Windows Que..
Recent Comments