Audio::Radio::V4L

Control radio receivers
Download

Audio::Radio::V4L Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Nathanael Obermayer
  • Publisher web site:
  • http://search.cpan.org/~nathanael/

Audio::Radio::V4L Tags


Audio::Radio::V4L Description

Control radio receivers Audio::Radio::V4L is a Perl module that uses the Video4Linux interface to control radio receivers (eg. internal radio cards or USB receivers).SYNOPSIS use Audio::Radio::V4L; my $radio = Audio::Radio::V4L->new; $radio->open("/dev/radio"); $radio->set_frequency( 88800 ); # frequency in khz sleep( 10 ); $radio->close(); Requirements: · Perl


Audio::Radio::V4L Related Software