|
Gnome::Sound - Perl extension for libgnome/gnome-sound |
Gnome::Sound - Perl extension for libgnome/gnome-sound (GNOME 1.x)
use Gnome::Sound; use Gnome;
Gnome->init($PACKAGE, $VERSION);
Gnome::Sound::init($hostname); $sample_id = Gnome::Sound::sample_load($sample_name, $filename); Gnome::Sound::play($filename); Gnome::Sound::shutdown();
This module is a Perl interface to gnome-sound, which provides sound playing routines for GNOME applications (http://www.gnome.org). These routines make use of the esd sound daemon.
It is important to note that Gnome->init( ) must be called before using these functions.
Gnome
Mark A. Stratman <mark@sporkstorms.org>
Copyright (c) 2001, Mark Stratman. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
The GNOME libraries (libgnome) are released under the LGPL (Library General Public License). Visit http://www.gnu.org for more details.
|
Gnome::Sound - Perl extension for libgnome/gnome-sound |