Re: beep or sound playing under linux

2007-01-23 Thread hg
Chuck Rhode wrote: > hg wrote this on Mon, Jan 22, 2007 at 04:12:50PM +0100. My reply is > below. > >> Is there a way to do that? (Make noise.) > > In Gnome there is: > > gtk.gdk.beep() > > -- > .. Chuck Rhode, Sheboygan, WI, USA > .. Weather: http://LacusVeris.com/WX > .. 28° ? Wind WSW 10

Re: beep or sound playing under linux

2007-01-23 Thread hg
hg wrote: > Hi, > > Is there a way to do that ? > > Regards, > > hg Thanks to all ... got some reading to do. hg -- http://mail.python.org/mailman/listinfo/python-list

Re: beep or sound playing under linux

2007-01-23 Thread Michele Petrazzo
hg wrote: > Hi, > > Is there a way to do that ? I can do it, into my debian, with a: michele:~$ echo -e "\007" >/dev/tty It's very simple to reproduce it with python and os.system or subprocess. Michele -- http://mail.python.org/mailman/listinfo/python-list

Re: beep or sound playing under linux

2007-01-23 Thread Laurent Pointal
hg a écrit : > Hi, > > Is there a way to do that ? > > Regards, > > hg > Some links: Official doc: http://docs.python.org/lib/mmedia.html ==> http://docs.python.org/lib/module-ossaudiodev.html PyAudio (binding to portaudio): ==> http://people.csail.mit.edu/hubert/pyaudio/ Maybe with pyG

Re: beep or sound playing under linux

2007-01-22 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, hg wrote: > Is there a way to do that ? Maybe this helps: http://paste.pocoo.org/show/316/ Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list

Re: beep or sound playing under linux

2007-01-22 Thread Chuck Rhode
hg wrote this on Mon, Jan 22, 2007 at 04:12:50PM +0100. My reply is below. > Is there a way to do that? (Make noise.) In Gnome there is: gtk.gdk.beep() -- .. Chuck Rhode, Sheboygan, WI, USA .. Weather: http://LacusVeris.com/WX .. 28° — Wind WSW 10 mph — Sky overcast. -- http://mail.python

Re: beep or sound playing under linux

2007-01-22 Thread hg
hg wrote: > Hi, > > Is there a way to do that ? > > Regards, > > hg PS: I'm actually under wpPython -- http://mail.python.org/mailman/listinfo/python-list

beep or sound playing under linux

2007-01-22 Thread hg
Hi, Is there a way to do that ? Regards, hg -- http://mail.python.org/mailman/listinfo/python-list