Audio::ESD

Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon.
Download

Audio::ESD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Huggins-Daines
  • Publisher web site:
  • http://search.cpan.org/~djhd/Speech-Recognizer-SPX-0.09/SPX.pm

Audio::ESD Tags


Audio::ESD Description

Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon. Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon.SYNOPSIS use Audio::ESD; my $stream = Audio::ESD->play_stream({ # these are the defaults sample_rate => 16000, channels => 1, fallback => 0, bits_sample => 16, encoding => 'linear' }) or die "Failed to open ESD stream: $!n"; print $stream $data; # etceteraThis module provides a Perl wrapper around the Enlightened Sound Daemon's client library. Input, output, and monitoring streams are supported, as well as some (but not all) of the control functions. Samples are supported but untested. Requirements: · Perl


Audio::ESD Related Software