]> git.sesse.net Git - nageru/history - audio_mixer.cpp
Ask for the right number of channels when creating an ALSA device.
[nageru] / audio_mixer.cpp
2016-10-19 Steinar H. GundersonAsk for the right number of channels when creating...
2016-10-19 Steinar H. GundersonHook up the per-bus VU meters.
2016-10-19 Steinar H. GundersonMove the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H. GundersonFix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H. GundersonAdd support for ALSA inputs to the mixer.
2016-10-19 Steinar H. GundersonRename reset_device to reset_resampler.
2016-10-19 Steinar H. GundersonMake the samples_card array capable of storing samples...
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-10-19 Steinar H. GundersonCommunicate number of channels to the input mapping...
2016-10-19 Steinar H. GundersonAdd a comment about hotswapping issues.
2016-10-19 Steinar H. GundersonPrepare InputMappingDialog for arbitrary kinds of input...
2016-10-19 Steinar H. GundersonSmall cleanup in AudioMixer::set_input_mapping().
2016-10-19 Steinar H. GundersonPrepare for inputs of another frequency than the captur...
2016-10-19 Steinar H. GundersonAdd support for 16-bit audio.
2016-10-19 Steinar H. GundersonMake AudioMixer ready for indexing on multiple types...
2016-10-19 Steinar H. GundersonRefactor fill_audio_bus() into its own function.
2016-10-19 Steinar H. GundersonPick out the right channels when resampling.
2016-10-19 Steinar H. GundersonRename InputMapping::Input to InputMapping::Bus; it...
2016-10-19 Steinar H. GundersonMake AudioMixer respect the input mapping.
2016-10-19 Steinar H. GundersonStore an input mapping, and show it in the UI.
2016-10-19 Steinar H. GundersonMake the final makeup gain adjustment a little faster...
2016-10-19 Steinar H. GundersonFix a bug where the automatic makeup gain adjustment...
2016-10-19 Steinar H. GundersonActually activate the faders.
2016-10-19 Steinar H. GundersonMake some common decibel macros.
2016-10-19 Steinar H. GundersonMove most of the audio processing logic from Mixer...