]> git.sesse.net Git - nageru/history - nageru/audio_mixer.cpp
Don't reset an ALSA device when the only thing that changes is which channels to...
[nageru] / nageru / audio_mixer.cpp
2019-08-25 Steinar H. GundersonDon't reset an ALSA device when the only thing that...
2019-08-25 Steinar H. GundersonMake it possible to adjust the delay without resetting...
2019-08-25 Steinar H. GundersonBegin working on a delay analyzer.
2019-08-11 Steinar H. GundersonFactor out a convert_audio_to_fp32() function.
2019-08-11 Steinar H. GundersonSupport delaying audio sources selectively.
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-25 Steinar H. GundersonCorrect a tiny miscalculation in convert_fixed24_to_fp32().
2019-02-19 Steinar H. GundersonRemove the unused frame_length parameter to AudioMixer...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonRename nageru/db.h to decibel.h, since it is confusing...
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...