CC-1469: Crossfading support (non-equal power)
-further implementation..
This commit is contained in:
parent
2b7ebafa94
commit
dd7fc61e23
7 changed files with 83 additions and 49 deletions
|
@ -229,13 +229,13 @@ if __name__ == '__main__':
|
|||
stat.daemon = True
|
||||
stat.start()
|
||||
|
||||
pypoLiq_q = Queue()
|
||||
liq_queue_tracker = dict()
|
||||
telnet_liquidsoap = TelnetLiquidsoap()
|
||||
plq = PypoLiqQueue(pypoLiq_q, telnet_lock, logger, liq_queue_tracker, \
|
||||
telnet_liquidsoap)
|
||||
plq.daemon = True
|
||||
plq.start()
|
||||
#pypoLiq_q = Queue()
|
||||
#liq_queue_tracker = dict()
|
||||
#telnet_liquidsoap = TelnetLiquidsoap()
|
||||
#plq = PypoLiqQueue(pypoLiq_q, telnet_lock, logger, liq_queue_tracker, \
|
||||
#telnet_liquidsoap)
|
||||
#plq.daemon = True
|
||||
#plq.start()
|
||||
|
||||
# all join() are commented out because we want to exit entire pypo
|
||||
# if pypofetch terminates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue