@@ -52,6 +52,8 @@
- gradio - GTK FM radio tuner
- kradio - Comfortable Radio Application for KDE
- radio - ncurses-based radio application
+- mplayer - media player for Linux http://www.mplayerhq.hu/
+(see Audio Listening section below)
There is also a library libv4l, which can be used. It's going to have a function
for frequency seeking, either by using hardware functionality as in radio-si470x
@@ -80,6 +82,12 @@
If you use arts try:
arecord -D hw:1,0 -r96000 -c2 -f S16_LE | artsdsp aplay -B -
+You can also try mplayer:
+mplayer radio://95.23/capture -radio adevice=hw=1.0:arate=96000 -rawaudio rate=96000
+Of course, you should place right "adevice=hw=x.x" option, and you can read
+man mplayer to know more about others parameters. Mplayer handles both v4l2-radio
+control and sound redirecting, that's why this method is interesting.
+
Module Parameters
=================
Hello, all This small patch adds information about si470x radio listening. Probably, it's useful to add such notes in doc file, right ? Feel free to change words in the right way due to my possible bad english. --- Patch adds information in si470x doc file about mplayer using to listening to the radio with this radio device. Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> --