Comment 29 for bug 613809

Revision history for this message
VPablo (villumar) wrote : Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

A little modification on my script for using pulse instead alsa and the opportunity to streaming it by pulseaudio and mixing with other sounds:
----------------------------
#!/bin/sh
sox -r 32000 -t alsa hw:2,0 -t alsa pulse &
mpid=$!
gnomeradio
kill $mpid
----------------------------
Please, test it.