Mailing List Archive

how to play waves?
Hello all,

is it possible to _play_ a wave file with python? So not importing a wave
module which is much to large and searching hours for the way to do it... I
just want to give the name of a file and the module plays it for me... is it
possible?

regards,
Gerrit.

--
The Dutch Linuxgames website. De Nederlandse Linuxgames pagina.
Everything about games on Linux. Alles over spelletjes onder Linux.
Site address: http://linuxgames.nl.linux.org
Personal homepage: http://nl.linux.org/~gerrit/
how to play waves? [ In reply to ]
Gerrit Holl wrote in message <19990616210844.A8571@optiplex.palga.uucp>...
>Hello all,
>
>is it possible to _play_ a wave file with python? So not importing a wave
>module which is much to large and searching hours for the way to do it... I
>just want to give the name of a file and the module plays it for me... is
it
>possible?

What OS? If I guessed Windows, I would say "use the builtin winsound
module".

>The Dutch Linuxgames website. De Nederlandse Linuxgames pagina.
>Everything about games on Linux. Alles over spelletjes onder Linux.

But it appears I would have guessed wrong :-)

Mark.