From 7aa508a566ea6b4fe5767fcd9fd903d9141a5728 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 10 Oct 2015 00:51:15 -0400 Subject: Added seeking --- broadcast.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'broadcast.py') diff --git a/broadcast.py b/broadcast.py index f0b987b..5627b83 100644 --- a/broadcast.py +++ b/broadcast.py @@ -23,12 +23,13 @@ parser.add_option('-P', '--play-async', dest='play_async', action='store_true', parser.add_option('-D', '--duration', dest='duration', type='float', help='How long to play this note for') parser.add_option('-V', '--volume', dest='volume', type='int', help='How loud to play this note (0-255)') parser.add_option('-s', '--silence', dest='silence', action='store_true', help='Instruct all clients to stop playing any active tones') +parser.add_option('-S', '--seek', dest='seek', type='float', help='Start time in seconds (scaled by --factor)') parser.add_option('-f', '--factor', dest='factor', type='float', help='Rescale time by this factor (0 0: + for thr in threads: + thr.drop_missed() for thr in threads: thr.start() for thr in threads: -- cgit v1.2.3-70-g09d2