in reply to How can I make sounds in my Perl game scripts?

You might check out SDL (Simple DirectMedia Layer) and the SDL-perl bindings package. The SDL-perl project has a few management issues but you're not asking for the bleeding-edge latest and greatest features.

SDL itself is a cross-platform media system, offering a unified native API to reach common sound and 2D/3D graphics features. SDL-perl just provides bindings to reach that API from Perl scripts.

--
[ e d @ h a l l e y . c c ]

  • Comment on Re: How can I make sounds in my Perl game scripts?