0
votes
2answers
33 views
Secure iPhone-Desktop Connection
Background
There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, …
6
votes
7answers
336 views
Is it possible to generate complex tones in C#?
I need to create a sound containing tones of many different frequencies. Is there any way to do this in C#?
The only tone generating methods I've seen so far involve console.beep, …
3
votes
4answers
129 views
PC Speaker beep via javascript?
I'm revisiting an ID scanner station program we built ages ago and I have a request from users to make a system beep. We're considering moving the system to a web browser, but is i …
0
votes
0answers
193 views
Enable System Beep in Ubuntu [closed]
I have tried and tried to get the system beep working, but with no success.
I have selected System-->Sound-->System Beep-->Enable Audible Beep (from the Gnome Desktop)
I have trie …
2
votes
2answers
104 views
.Net WinForm System Beep on a 64 Bit OS
My application needs to beep when validation fails so the user (who may be several feet away) may hear it. I'd like to use the Console.Beep() but this is unavailable in a x64 envir …
3
votes
7answers
2k views
How do I make Javascript beep?
I want to my web page to beep whenever a user exceeds the maximum character limit of my textarea.
0
votes
0answers
121 views
To make Irssi beep [closed]
How can you make Irssi beep?
I know this post.
My Irssi does not beep when my name is mentioned, although I put the following codes to my Irssi in Ubuntu
/set bell_beeps ON /set …
0
votes
0answers
31 views
how to make MSVC6 stop beeping when a build is complete
My company uses MSVC6 for all development. I've recently been involved in a project to upgrade to VS2008, so I haven't touched the older compiler in several weeks. This morning, …
1
vote
3answers
372 views
C#: Produce a continuous tone until interrupted
Hi all,
I have a device that a user interacts with alongside of a C# WPF program. This program must beep when the user presses a button on the device, for either a specified amou …
0
votes
6answers
273 views
Windows - Can console output inadvertently cause a system beep?
I have a C# console application that logs a lot to the console (using Trace). Some of the stuff it logs is the compressed representation of a network message (so a lot of that is r …
8
votes
2answers
458 views
Beep library for Java?
In Java, is there any functions that can emit a (motherboard) beep with a given frequency and duration? In many languages I've worked with, you can; Beeps are useful for indicating …
3
votes
2answers
267 views
What is the easiest way I can create a ‘beep’ sound from a Ruby program?
I'm making a small ruby command line script and I wanted to know what the simplest way to have the program emit a beep is.
