Top "Mixer" questions

Anything related to audio mixers, i.e. hardware or software (virtual) devices used to mix the signals of independent audio sources together in order to produce a single audio signal out of them.

Set ALSA master volume from C code

I've been looking for a simple C code example to set the master volume of the ALSA mixer but could …

c linux embedded alsa mixer
Get Master Sound Volume in c#

I need to get the current volume of the output to the sound card. Any ideas how?

c# audio volume mixer
Can Java Sound be used to control the system volume?

Java Sound offers FloatControl instances for various sound line functionality, and both a MASTER_GAIN & VOLUME control type. Can …

java audio volume javasound mixer
Changing volume in pygame.mixer (almost) no effect

I'm trying to make an application in tkinter that has a number of buttons you can assign sound on and …

python-2.7 pygame windows-10 mixer
Java - recording from mixer

I have a problem connected with my previous question. I want to record audio from mixer (speakers), I'm using javax.…

java audio recording mixer
Android: How to configure "tinymix" to record system audio with "tinycap"

in Android it's currently impossible to record system-audio with the Android-SDK. Therefore I played around a bit with TinyALSA (since …

android record capture alsa mixer
Getting individual windows application current volume output level as visualized in audio Mixer

I am trying to write a C# code that outputs the current audio output level from each of the windows …

c# audio mixer wasapi cscore
In Java, how do I record the sound output that is going to the speakers?

I have a java application that is taking in sound from multiple sources, and one of the abilities of the …

java audio javasound mixer
Android: Mixing multiple AudioTrack instances?

I need to run two instances of AudioTrack at the same time. They must run separately because I'm playing them …

java android sample mixer rate
How to mix audio samples?

My question is not completely programming-related, but nevertheless I think SO is the right place to ask. In my program …

audio mixer