Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 222.152.49.128:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

------------------------------------------------------------------------------
@@ -544,6 +544,17 @@
 
 Note: the use of btaudio for tuner audio (or any other alternative dsp device) is not 
supported at the moment. 
 
+However, it is possible to get btaudio to work by making minor modifications to 
radioplayer.py.
+In the play command add an extra os.system call after the radio call, this is an 
external call to sox which will copy the audio from /dev/dsp2 to /dev/dsp at the 
specified rate:
+{{{
+os.system('/usr/bin/sox -r 32000 -w -t ossdsp /dev/dsp2 -t ossdsp %s &')
+}}}
+In the stop command add an extra os.system call after the radio call:
+{{{
+os.system('killall -9 sox')
+}}}
+Obviously the above is a hack and could be made cleaner, but ideally a sox call would 
not be required. 
+
 == Images ==
 
 To deactivate the image plugin, put the following in your '''local_conf.py'''.


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to