Giulio Motta > Audio-Beep-0.10 > Audio::Beep::Win32::API

Download:
Audio-Beep-0.10.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source   Latest Release: Audio-Beep-0.11

NAME ^

Audio::Beep::Win32::API - Audio::Beep player using Win32 API call

SYNOPSIS ^

    my $player = Audio::Beep::Win32::API->new();

NOTES ^

This player makes a call to the Windows API. It works only on NT, 2000 or XP. Windows 95/98/ME have this API call but does another thing (plays a standard beep).

Requires Win32::API module. You can find sources on CPAN. Some PPM precompiled packages can be found at http://dada.perl.it/PPM/

BUGS ^

This module is not thoroughly tested. Please report any bug you may find.

COPYRIGHT ^

Copyright 2003 Giulio Motta <giulienk@cpan.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.