Changes between Initial Version and Version 1 of Ticket #237
- Timestamp:
- 01/22/13 00:53:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #237
- Property Owner set to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #237 – Description
initial v1 1 1 Playing standard mp3 with command line: 2 {{{ 2 3 sound_play.exe z:\1.mp3 4 }}} 3 5 6 {{{ 4 7 C:\Program Files\Xpra>Sound_Play.exe z:\1.mp3 5 8 loaded 8146162 bytes from z:\1.mp3 … … 9 12 File "sink.py", line 59, in __init__ 10 13 IndexError: list index out of range 14 }}}