]> git.sesse.net Git - nageru/history - audio_mixer.h
Release Nageru 1.7.2.
[nageru] / audio_mixer.h
2018-04-22 Steinar H. GundersonAdd support for using FFmpeg video sources as audio.
2017-06-13 Steinar H. GundersonAdd support for bus audio level metrics, which includes...
2017-06-08 Steinar H. GundersonAdd some exported metrics for the EBU R128 measurements.
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-25 Steinar H. GundersonAdd mute buttons.
2016-10-25 Steinar H. GundersonAdd support for feedback lights (LEDs) on MIDI controllers.
2016-10-19 Steinar H. GundersonInterpolate gain changes smoothly, reusing the gain...
2016-10-19 Steinar H. GundersonReenable simple audio.
2016-10-19 Steinar H. GundersonInterpolate EQ changes smoothly, just like volume changes.
2016-10-19 Steinar H. GundersonMove ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H. GundersonLet settings follow buses when editing the mapping.
2016-10-19 Steinar H. GundersonActually set the fader positions when making the views...
2016-10-19 Steinar H. GundersonMake it possible to load/save input mappings.
2016-10-19 Steinar H. GundersonMove InputMapping and friends into its own header file.
2016-10-19 Steinar H. GundersonRename “name” to “display name”.
2016-10-19 Steinar H. GundersonUpdate the UI with state changes and new ALSA cards...
2016-10-19 Steinar H. GundersonWhen an ALSA input goes away, replace it by silence.
2016-10-19 Steinar H. GundersonSupport limited ALSA hotplug.
2016-10-19 Steinar H. GundersonRefactor ALSA code in preparation for hotplug.
2016-10-19 Steinar H. GundersonAdd a global variable for the audio mixer; it was getti...
2016-10-19 Steinar H. GundersonSet a default locut cutoff, for the benchmark.
2016-10-19 Steinar H. GundersonFix an issue where cutoff would not be properly marked...
2016-10-19 Steinar H. GundersonHook up the EQ controls and labels.
2016-10-19 Steinar H. GundersonImplement the EQ in AudioMixer. (No UI yet.)
2016-10-19 Steinar H. GundersonMake it possible to click the bus peak label to reset it.
2016-10-19 Steinar H. GundersonWhen the fader is moved, interpolate its volume over...
2016-10-19 Steinar H. GundersonShow historic peak of each bus under the peak meter.
2016-10-19 Steinar H. GundersonReplace the R128 meters for each channel with a digital...
2016-10-19 Steinar H. GundersonMake the compression meters work.
2016-10-19 Steinar H. GundersonSmall refactoring in the audio level callback API.
2016-10-19 Steinar H. GundersonMove the gain staging and compressors into each bus...
2016-10-19 Steinar H. GundersonMove the lo-cut into each bus.
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. 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. 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. 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. 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...