libradio v 0.3.5

	Libradio is merely a wrapper to the Video for Linux ioctl calls.  I 
wrote it so I wouldn't have to remeber them whenever I wanted to make use of
the FM tuner.  Libradio has been developed and tested on a PII 300 with the
Aztech/PackardBell FM tuner.  Libradio _should_ work with any FM card for 
which there is a Video4Linux driver.  So far I have recieved reports that 
the demo program works properly with the AIMSLABS RadioTrack/RadioReveal 
cards. 
	The demo program, qdt, is a vary basic example of how to use a few
of the features of libradio.  Currently it supports a few command line 
options.  Just merely type `qdt frequency`, where frequency is a floating point
number from 87.1 to 107.9 .  Supported command line switches are as follows:
	-b num   set bass level to num
	-t num   set treble level to num
	-v num   set volume level to num
	-m	 mute
	-u 	 unmute
	-q	 query(displays info about the status of the card)
 
	Just remember as libradio is free software, it has absolutely NO 
WARANTY, so whatever it does, I'm not responsible.  Please note that I use a 
version numbering scheme like that of the Linux kernel.


	Thanks To:
	Kristjan Kristinsson		fixes to mute for certain cards
	Karl-Martin Skontorp 		various fixes to the spec file
	Linus Tovalds			
	Alan Cox 			For the v4l documentation
	
12 March 2000	Dan Johnson <dj51d@progworks.net>
