Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Python only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Python
beep or sound playing under linux
beep or sound playing under linux
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
hg
#1
beep or sound playing under linux
Jan 22 '07, 10:25 PM
Hi,
Is there a way to do that ?
Regards,
hg
hg
#2
Jan 22 '07, 10:55 PM
Re: beep or sound playing under linux
hg wrote:
Hi,
>
Is there a way to do that ?
>
Regards,
>
hg
PS: I'm actually under wpPython
Comment
Post
Cancel
Chuck Rhode
#3
Jan 22 '07, 11:15 PM
Re: beep or sound playing under linux
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.
Comment
Post
Cancel
Marc 'BlackJack' Rintsch
#4
Jan 22 '07, 11:15 PM
Re: beep or sound playing under linux
In <pFath.50034$oA 1.40310@newsfe1 9.lga>, hg wrote:
Is there a way to do that ?
Maybe this helps:
Content Gone
http://paste.pocoo.org/show/316/
Ciao,
Marc 'BlackJack' Rintsch
Comment
Post
Cancel
Laurent Pointal
#5
Jan 23 '07, 08:55 AM
Re: beep or sound playing under linux
hg a écrit :
Hi,
>
Is there a way to do that ?
>
Regards,
>
hg
>
Some links:
Official doc:
404 Not Found
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 pyGame (and SDL):
==
http://www.pygame.org/
Comment
Post
Cancel
Michele Petrazzo
#6
Jan 23 '07, 09:05 AM
Re: beep or sound playing under linux
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
Comment
Post
Cancel
hg
#7
Jan 23 '07, 02:05 PM
Re: beep or sound playing under linux
hg wrote:
Hi,
>
Is there a way to do that ?
>
Regards,
>
hg
Thanks to all ... got some reading to do.
hg
Comment
Post
Cancel
hg
#8
Jan 23 '07, 02:05 PM
Re: beep or sound playing under linux
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 mph ? Sky overcast.
well wx.Bell() I assume does the same since wxPython use gtk+ ... still I'm
under gnome with system bell enabled and I do not hear anything
hg
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment