Re: [Tutor] Sound question

2011-04-08 Thread Nick Stinemates
On Fri, Apr 8, 2011 at 5:12 PM, Alan Gauld wrote: > > "Jan Erik Moström" wrote > > A couple of my students need to be able to play sounds, ... >> >> >> I looked around and found several packages but they all >> seem to have some kind platform restrictions. >> > > Sound tends to be platform speci

Re: [Tutor] Sound question

2011-04-08 Thread Alan Gauld
"Jan Erik Moström" wrote A couple of my students need to be able to play sounds, ... I looked around and found several packages but they all seem to have some kind platform restrictions. Sound tends to be platform specific but pygame seems to have hidden most of that. Then again it may not

Re: [Tutor] Sound question

2011-04-08 Thread Emmanuel Ruellan
On Fri, Apr 8, 2011 at 10:54 AM, Jan Erik Moström wrote: > > > A couple of my students need to be able to play sounds, controlling start & > stop, play sound from files and if possible generate sinus wave sounds. > I've used Snack to generate sounds on both Windows and Linux. http://www.speech.k

Re: [Tutor] Sound question

2011-04-08 Thread col speed
On 8 April 2011 15:54, Jan Erik Moström wrote: > Hi, > > A couple of my students need to be able to play sounds, controlling start & > stop, play sound from files and if possible generate sinus wave sounds. > > I looked around and found several packages but they all seem to have some > kind platf