aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/audiomix.py
AgeCommit message (Collapse)Author
2016-11-06added configuration option to specify initial audio sourceMartin Keßler
if such an initial source is specified, removed the GUI element to change it later. this is to avoid accidentally changing the source during production.
2016-09-15voctocore: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Reformat some argument lists * Two newlines before free functions * One newline before methods * Spaces around infix operators
2016-02-02force all pipelines to the same clock and expose it to the network, #46MaZderMind
2016-02-01cleanup shebang linesMaZderMind
2015-08-15add protocol features and minor fixesMarkus Otto
2015-06-16Implement Stream-BlankerMaZderMind
2015-05-22better error-handling on all pipelinesMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
I should really learn python…
2015-05-14implement switchable preview source in mjpg coding for the GUIMaZderMind
2015-05-14Implement an Audio-MixerMaZderMind
2015-05-14Re-Enable Video-Mixing capabilities and implement dummy Audio-MixerMaZderMind
2015-05-13experiment with transporting uncompressed a/v together in a matroska streamMaZderMind
2015-05-11remove obsolete audiomixerMaZderMind
2014-09-18enable audioswitch, use a payloader to transfer buffer timestamps through ↵MaZderMind
the shm-bridge and keep a/v sync intact