Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
9answers
21k 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.
9
votes
2answers
408 views

How to create a DLL that will be used in C#

I have ICOP VDX-6354 board running Win CE. I'm trying to control the buzzer of the board from my C# program. I tried all the playsound etc "coredll.dll" platform invokes. none of them worked so far. ...
9
votes
4answers
4k views

How to make the hardware beep sound in Mac OS X 10.6

I just want that Mac OS X 10.6 does a hardware beep sound like in open suse and other distributions. I tried following approaches Terminal -> beep = -bash: beep: command not found Terminal -> say ...
8
votes
7answers
2k 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, which works, but ...
6
votes
4answers
1k views

C# - Console.Beep does not work on Windows Vista

When I tried Console.Beep() on Win Vista (64bit), it just does not work. The speaker itself is OK, when the PC starts, it beeps. Any advice? Thanks!
5
votes
1answer
1k views

How do I access Android's default beep sound?

I would like to make a button play a beep sound to indicate it has been pressed. I want to know how to use the default android beep sound (like when you adjust the ringer volume), instead of importing ...
5
votes
2answers
2k 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.
4
votes
2answers
391 views

Making Windows service beep in Windows 2008/7/Vista

this question has been asked before but there is no conclusive answer. I've written a Windows service in Delphi, which needs to generate a beep under certain condition. This works fine on XP, ...
4
votes
2answers
277 views

Motherboard beep on Windows CE

I wish to emit a "beep" from the motherboard of a system running Windows CE. Most information / code I have come across use MessageBeep which, from what I can tell, attempts to use the soundcard as ...
4
votes
4answers
2k 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 it possible to invoke ...
4
votes
2answers
1k 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 certain types of ...
3
votes
1answer
73 views

Java Swing: Audible sound when altering hidden UI element on unselected panel of JTabbedPane

I'm new to Java, so I'm having a hard time tracking down an answer to this on my own. I'm writing a Java application, and I'm using Swing. I'm not sure if it's relevant, but I'm using Netbeans as my ...
3
votes
3answers
522 views

Java Swing - How to sound beep before any JOptionPane?

Whenever i show a JOptionPane in my Swing application i fire a beep before it like this : Toolkit.getDefaultToolkit().beep(); JOptionPane.showMessageDialog( myFrame, "Message", "Title", ...
3
votes
3answers
420 views

Play a beep in C, MacOS

How can my program play a beep? Also Is it possible to play a sound with frequency and duration?
3
votes
1answer
463 views

Java: way to completely disable any Swing unwanted beeps?

I am working on a fairly complex Java application using Swing. On some occasions there are unwanted beeps without any user intervention. No crash, application keeps working fine, I'm respecting the ...
3
votes
2answers
732 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 environment (see the ...
2
votes
2answers
178 views

Is there a way to play a system beep on Mac OS?

Is there a way to play a system beep on Mac OS using C++ and Xcode? I understand that I need to use a library. Is there a library that works across both the Mac and Windows platforms?
2
votes
2answers
187 views

Avoid Windows 'Ding' when Enter is pressed in TextBox with OnKeyUp

If a user hits enter in a windows forms textbox with a KeyUp Event, windows sounds a beep or ding. I could not determine why this happens and how I could avoid this. Any help would be appreciated.
2
votes
2answers
322 views

javaScript lose focus when I append <embed>

I need to add beep in my script. I add every time, when sound must be. $("#beep").html("<embed src='button-16.wav' hidden='true' autostart='true' loop='false' id='bp' />") But when I add , ...
2
votes
4answers
512 views

Strange beep when using cout

today when I was working on some code of mine I came across a beeping sound when printing a buffer to the screen. Here's the mysterious character that produces the beep: '' I don't know if you can see ...
2
votes
3answers
251 views

Unable to get system beep to work in C using various methods

I have tried \a \7 the windows.h beep function etc etc and nothing works. Does newer hardware not have this functionality built in? (Console Program)
2
votes
5answers
593 views

Are there nice kernel32 beep sounds (onboard beep)?

I was wondering if anybody found a nice combination of beeps, that actually sounds like music. This is how to call the method. [DllImport("Kernel32.dll")] public static extern bool Beep(UInt32 ...
2
votes
5answers
587 views

What should I use to replace the WinAPI Beep() function?

I've got a Visual C++/CLI app which uses beeps to signify good and bad results (used when the user can't see the screen). Currently I use low pitched beeps for bad results and high pitched beeps for ...
2
votes
2answers
2k views

Android sound starter project for Eclipse

Is there an example Hello Sound project for Android that will show how to create beep sounds of a variable tone and duration?
2
votes
3answers
2k views

C#: Produce a continuous tone until interrupted

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 amount of time or for as long as ...
1
vote
0answers
110 views

Toolkit not beeping on ubuntu

I am having problems with Toolkit's beep. I commented out the two speaker disabling lines in /etc/modprobe.d/blacklist.conf. I cannot use the console code 7 to beep because I need it to work in ...
1
vote
1answer
92 views

Create a beeping sound using Mozilla audio API

I'm investigating using the mozilla audio API tone generator: function AudioDataDestination(sampleRate, readFn) { // Initialize the audio output. var audio = new Audio(); ...
1
vote
1answer
95 views

Windows Beep doesn't produce a sound in Windows 7 Credential Provider

I am encountering a weird situation with the Windows Beep function (http://msdn.microsoft.com/en-us/library/ms679277%28v=vs.85%29.aspx). I understand that the Beep function uses the Windows Sound ...
1
vote
1answer
204 views

How does the following code make PC beeps?

void Sound(int f) { USHORT B=1193180/f; UCHAR temp = In_8(0x61); temp = temp | 3; Out_8(0x61,temp); Out_8(0x43,0xB6); Out_8(0x42,B&0xF); ...
1
vote
3answers
180 views

C++ WIN32: where to put code that executes as program is running

This seems like a simple question but I don't know where to put Win32 code that executes whilst the program is running. As a simplified example, I provide an example that contains what I believe to be ...
1
vote
1answer
240 views

Pseudo TTY line limited to 256 characters?

A SSH connection is opened with Plink (PuTTY) from a windows machine to a solaris server via: Plink.exe -t <hostname> /bin/bash Then a bash command line is written to stdin of Plink.exe and ...
1
vote
3answers
257 views

beep through soundcard

I'm using beep (import from kernel) in c# to send tones through the headphone jack to another device that interprets them. Problem is on some computer the beep occurs but nothing is output to the hp ...
1
vote
2answers
536 views

alert beep sound new user comes

i am doing private chat concept. i want to alert beep sound when new user comes in. how to do? i am displaying every thing when new user comes in user details will comes at admin side. but at the same ...
1
vote
3answers
346 views

Indefinite system speaker beep

Now, I know that I can play a beep of a set duration with Console.Beep, but what I'm looking for is a way to indefinitely play a sound of a certain frequency, like a start and stop function. Any ...
1
vote
1answer
225 views

Duplicating effects: Dreamweaver Pong Easter Egg Beep

I don't want to actually MAKE the pong easter egg, but for anyone with Dreamweaver, try typing 'dreamweaver' into the color selection box to play a round of pong. The bit that I want to know how it ...
1
vote
4answers
3k views

How to make PHP output a sound (beep)?

What's the PHP verson of this python code? import winsound winsound.Beep(537, 2000)
0
votes
0answers
17 views

How to turn off beep from terminal commands in aptana 3

When using the terminal in aptana3 the pc beeps at me very often. Can anyone explain how I could turn this annoying beep off? cheers, Rob
0
votes
4answers
97 views

How can I stop my Windows console application triggers beeps when displaying binary data

I wrote a windows console application that receives binary data from a third party provider. For Debug and logging purposes, I display the binary data on the output (the console). Unfortunately ...
0
votes
1answer
169 views

sound beep on mobiles like iphone: with javascript

Is this possible to make sound beep at mobiles like iPhone.....or play native sound....I testing phoneGap.js but it don't works to me......I want to make alert sound when new message arrives to end ...
0
votes
0answers
54 views

How can I make my app don't beep on undefined shortcut keys?

My Cocoa app beeps on undefined shortcut keys. But many major apps does not beep even when user presses undefined shortcut key. How can I make my app not to beep on undefined shortcut keys?
0
votes
1answer
1k views

has Iphone built in beep sound efect

hi i need to use beep on iphone, but the only thing i have found is this NSString *soundPath = [[NSBundle mainBundle] pathForResource:@"alert" ofType:@"wav"]; SystemSoundID soundID; ...
0
votes
2answers
476 views

play beep in silverlight

I am trying to make a small application for learning Morse code and I am stuck because I do not know how to play a Beep in Silverlight. How can I do something like? Console.Beep(Freq, elementLength) ...
0
votes
1answer
230 views

How do I prevent the textedit box from beeping when enter is pressed?

I have a text edit field in a Windows Form C# application I am developing and after the function occurs, windows dings. I found some solutions but it applied only to C++ and I couldn't figure how to ...
0
votes
1answer
305 views

Java: prevent beep sound on key press

I have a Java program which is launched from a browser, running with various java.awt.Button buttons. When clicked, it's fine. But when a key is pressed that corresponds to that button, Windows makes ...
0
votes
1answer
404 views

How to create a beep in web page?

I want to create a beep on server error in a webpage. I have searched and read the pages below on to display sound on webpage. http://www.phon.ucl.ac.uk/home/mark/audio/play.htm But i can't ask users ...
0
votes
3answers
650 views

Disable system beep on TSpinEdit when pressing Enter

I have a default button on a form that has a TSpinEdit control on it. When the TSpinEdit control has the focus and the user presses the Enter key, instead of the default button getting clicked, the ...
0
votes
1answer
194 views

Chrome Beeps on removeAllRanges();

Is chrome beeping during a "removeAllRanges();" to indicate an error in the code, or just that an action has been taken? My script does not seem to fail...
0
votes
2answers
665 views

Disable Beep Sound in Vb 6

When I press Ctrl+other keys in a TextBox in VB 6.0, the system plays a beep sound. How can I disable this in VB 6.0?
0
votes
2answers
381 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, there are many ...
0
votes
5answers
713 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 rendered as funky ...

1 2