Re: Simple audio library

2012-12-27 Thread Abhas Bhattacharya
On Wednesday, 26 December 2012 09:46:10 UTC+5:30, Xantipius wrote: > On Dec 26, 5:07 am, Abhas Bhattacharya > > wrote: > > > Which simple python audio library will you suggest for low level audio > > creation (for eg I want to create tones of different intensities and > > frequency continousl

Re: Simple audio library

2012-12-25 Thread Xantipius
On Dec 26, 5:07 am, Abhas Bhattacharya wrote: > Which simple python audio library will you suggest for low level audio > creation (for eg I want to create tones of different intensities and > frequency continously and then record the whole sequence)? (Although a > minimal audio library is ok, i

Simple audio library

2012-12-25 Thread Abhas Bhattacharya
Which simple python audio library will you suggest for low level audio creation (for eg I want to create tones of different intensities and frequency continously and then record the whole sequence)? (Although a minimal audio library is ok, it would be better if you can tell me about a full-fledg

Re: Simple audio

2009-10-21 Thread AK Eric
Yep, you can run it without any kind of GUI to my knowledge. -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple audio

2009-10-21 Thread Peter Chant
Simon Forman wrote: > Someone else will probably give you better advice, but have you looked > at pygame? IIRC they have a pretty simple audio playback api. I'm using pygame for something else. Will it work without the graphics side being used? I suppose trying it is the best

Re: Simple audio

2009-10-20 Thread Simon Forman
On Tue, Oct 20, 2009 at 4:04 PM, Peter Chant wrote: > What are recommendations for simple audio playback?  I want to play back on > linux (Slackware), which uses alsa.  There seem to be many ways - but some > are a couple of years old and won't compile, like pymedia, or seem not >

Simple audio

2009-10-20 Thread Peter Chant
What are recommendations for simple audio playback? I want to play back on linux (Slackware), which uses alsa. There seem to be many ways - but some are a couple of years old and won't compile, like pymedia, or seem not widely used and need pulseaudio (swmixer) which I have not installe