On Sun, Mar 9, 2008 at 10:57 AM, Wesley Brooks <[EMAIL PROTECTED]> wrote:
>  I've been digging around to try and find a way to make python make
>  sound. I would either like to sound out a string of musical notes [...]

Wesley, take a look at PyGame [1]. PyGame is a Python wrapper on top
of SDL [2], a multi-platform multimedia library.

[1] http://www.pygame.org/news.html
[2] http://www.libsdl.org/

Cheers,

Luciano


On Sun, Mar 9, 2008 at 10:57 AM, Wesley Brooks <[EMAIL PROTECTED]> wrote:
> Dear Users,
>
>  I've been digging around to try and find a way to make python make
>  sound. I would either like to sound out a string of musical notes
>  including rests or simply have something that I set the frequency and
>  duration then sound and repeat for the number of notes.
>
>  If possible I would prefer a solution that is cross platform, and
>  standard library but would settle for Linux only solutions that can be
>  downloaded - which preferably don't need compiling.
>
>  Thanks for any suggestions.
>
>  Yours Faithfully,
>
>  Wesley Brooks
>  _______________________________________________
>  Tutor maillist  -  [email protected]
>  http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to