summaryrefslogtreecommitdiff
path: root/cmd/dolmetschctld
Commit message (Collapse)AuthorAgeFilesLines
* implement fading (needs improvinggit diff)Christian Pointner2019-02-101-2/+20
|
* use mute state of voice channel to disable automatic switching for this languageChristian Pointner2019-02-101-5/+9
|
* basic functionality works nowChristian Pointner2019-02-101-27/+30
|
* make target and current channel state explicitChristian Pointner2019-02-101-14/+43
|
* refactored fader levels and mute stateChristian Pointner2019-02-101-14/+50
|
* fix go vet errorsChristian Pointner2019-02-102-5/+5
|
* make sure we don't miss events from mixerChristian Pointner2019-02-101-1/+1
|
* mixer event subscription works nowChristian Pointner2019-02-101-0/+8
|
* languages now have a stateChristian Pointner2019-02-092-22/+68
|
* language selection now returns resultChristian Pointner2019-02-093-15/+153
|
* added telnet control interfaceChristian Pointner2019-02-091-1/+10
|
* added basic state machineChristian Pointner2019-02-092-8/+90
|
* mixer: implement mute/unmute and setting fader levelChristian Pointner2019-02-091-1/+11
|
* fix basic scaffoldingChristian Pointner2019-02-091-3/+3
|
* added basic scaffolding for new go appChristian Pointner2019-02-091-0/+52