Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv19360

Modified Files:
        audiodiskitem.py 
Log Message:
set cd speed to 1

Index: audiodiskitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audiodiskitem.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** audiodiskitem.py    25 Feb 2003 05:31:48 -0000      1.8
--- audiodiskitem.py    6 Mar 2003 21:33:26 -0000       1.9
***************
*** 146,150 ****
              item = AudioItem('cdda://%d' % (i+1), self, None, title)
              item.set_info('', self.name, title, i+1, self.disc_id[1], '')
!             item.mplayer_options = '-cache 1000 -cdrom-device %s' % self.devicename
              if self.devicename:
                  item.mplayer_options += ' -cdrom-device %s' % self.devicename
--- 146,151 ----
              item = AudioItem('cdda://%d' % (i+1), self, None, title)
              item.set_info('', self.name, title, i+1, self.disc_id[1], '')
!             item.mplayer_options = '-cdda speed=1 -cache 1000 -cdrom-device %s' % \
!                                    self.devicename
              if self.devicename:
                  item.mplayer_options += ' -cdrom-device %s' % self.devicename




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to