Tagged Questions
The sounds tag has no wiki summary.
14
votes
2answers
268 views
Visual Studio IDE: I want it to make a sound after it compiles so I can get back to work
Would be a nice thing - do I have to write a script or can't I just tweak the build script to do some task?
12
votes
15answers
2k views
11
votes
3answers
7k views
Cross-platform, cross-browser way to play sound using jQuery 1.4?
I'm trying to get jQuery to play a sound on element hover/click. (It's like a flash website without flash)
I've tried the methods recommended in Cross-platform, cross-browser way to play sound from ...
5
votes
1answer
77 views
Machine Sounds in C#
I want add machine sounds to my router table simulator program. The idea is to hear the stepper motors accelerate and decelerate with a change in pitch synced with my graphics. Same with the spindle ...
4
votes
2answers
468 views
iOS: Sound generation on iPad given Hz parameter?
Is there an API in one of the iOS layers that I can use to generate a tone by just specifying its Hertz. What I´m looking to do is generate a DTMF tone. This link explains how DTMF tones consists of 2 ...
4
votes
1answer
477 views
iPhone Playing a sound clip while recording a video using UIImagePickerController … possible?
I'm using openAL to play sounds. I have a view controller that lets users upload a video. I want to give them a 1 minute warning sound so that they know to wrap things up. I tried using a call to ...
4
votes
1answer
223 views
Silverlight audio components
Do you know any good commertial or free audio / sound components that can be used in Silverlight (better on the client)?
Desired features:
visualizing (waveform, peakform etc., zoom, editing ...
3
votes
4answers
98 views
Playing Sound in C# - which of all ways to use?
I'm trying to write a little C# .net - application that plays sounds randomly from folders when specific buttons are clicked.
So I spend some time finding the right way to realise that. In my head ...
3
votes
1answer
372 views
AS3.0 play sound without delay
I've got a couple of classes.
My document class (Main.as) instantiates the class player and Soundsloader.
In the player class when the player picks up an item in the game, i want to play a short ...
3
votes
4answers
1k views
How to play an android notification sound
I was wondering how I could play a notification sound without playing it over the media stream. Right now I can do this via the media player, however I don't want it to play as a media file, I want ...
3
votes
2answers
702 views
How do I play the “New Mail” system sound in .Net?
How do I play the "New Mail" system sound in C#? This is also called the "Notify" sound.
In Win32, that would be something like
sndPlaySound('Notify', (SND_ALIAS or SND_ASYNC));
So how do you do ...
3
votes
1answer
1k views
Adding my own application events in Control Panel -> Sounds
I have just read this question and I really loved this answer to the question. Naturally, an interesting question popped in my head...
How to add my own events (of my own applications) in the Control ...
2
votes
1answer
16 views
How to implement sound into an existent app, without Cocos2D
For example, on the iOS SDK download page, there's sample code; I'm using the calculator app (iPhoneUnitTests). I would like to know if it is possible to add sounds to the button presses on the app ...
2
votes
3answers
75 views
Writing software to tell where sound comes from (directional listening)
I've been curious about this for some time so I thought maybe posting here I could get some good answers.
What I know so far:
Humans can use their two ears to get not only what sounds "sound ...
2
votes
3answers
150 views
How to get rid of windows sounds when capturing CTRL + S?
In my application, when I press CTRL + S, my form (with Key Preview enabled) captures this and saves the document. But when the focus is in, for example, an edit control, I get an annoying "Ding" ...
2
votes
1answer
127 views
How to programmatically determine system device sound settings?
I have to write a simple Silverlight app for WP7. If the phone is muted in system, the program must not play sounds, but if the phone is not muted the program must play sounds.
How to ...
2
votes
2answers
100 views
Playing sounds in perfect succession on the iPhone
I am developing a game for the iPhone and iPad using cocos2d, and I need to be able to play a sound exactly when another one completes.
I have a soundtrack that is chopped up in smaller pieces, and ...
2
votes
0answers
119 views
WPF (system)sounds don't work
I have the following problem: I just want to play a short sound but I hear nothing.
The soundfile's property "Copy to output directory" says "Copy always".
Strangely when I copy a existing and working ...
2
votes
1answer
271 views
air application AS3: save sounds as ringtones/notification
im new to this. just made a two page soundboard. its working great. problem is that i would like to give the ability to save sounds as ringtones/notifications. no examples of how to do that in as3 are ...
2
votes
2answers
111 views
Help with Fun project: Easter Egg jQuery DJ
I'm working on a redesign of my website, and would like to make a Easter Egg. On the site, I use circles a lot, and would like to let the user click on some of them, to trigger a loop/pattern like a ...
2
votes
1answer
292 views
Sounds stopping too soon in MediaPlayer :: Android
Ok well I have been fighting with this for a while now and have soundboard apps that I havn't ran into this problem in. I am developing a widget that allows for a sound to be played when a button is ...
2
votes
3answers
731 views
Are there any built-in/default sounds that can be utilized in an App?
I'm trying to add just a few simple sounds (beep, boop, click, etc) to an Android app, so I was just wondering if there are any built-in sounds in the Android OS or SDK that could be utilized. If so, ...
2
votes
2answers
2k views
UILocalNotification custom sound
I have been searching for a solution for hours.. with absolutely zero luck.
I set up a Local Notification:
UILocalNotification *notif = [[cls alloc] init];
[dateComp setDay:j+1];
[dateComp ...
2
votes
3answers
277 views
how to record anything from soundcards?
i would like to record any sounds produced in my soundcard. please help, where i can get a freeware component or commercial(trial). delphi7/2009
2
votes
1answer
103 views
How to use Alvas.Audio to detect any sounds?
I have a problem with start to code my app. How I can detect sounds provided to my microphone using Alvas.Audio library? Could anyone provide me a sample code (i don't know how to use bulit-in ...
2
votes
2answers
2k views
Jquery: How do I fire/play a sound file when I want?
I have some code that basically inflates a 'balloon' through 15 or so stages and then makes it pop at the 16th stage. (yes, images are changed). What I'm wondering now is if it's possible to use ...
2
votes
2answers
525 views
Visual Studio Play Sound With No File Present
It's fairly simple to play a sound file, say temp.wav, from Visual Studio C#. I'm looking for a way to do this without temp.wav being locatable from the machine running the program.
IE - I want to ...
2
votes
2answers
650 views
SystemSounds Play not working
I am trying to play the Asterisk system sound from a C# program with
System.Media.SystemSounds.Asterisk.Play();
but no sound plays. My system does have a sound set up for Asterisk and other ...
1
vote
1answer
20 views
Android, How to initialize Audio Recorder?
I have created AudioMeter class and I have written following codes in its contractor:
public AudioMeter(){
channel_config = AudioFormat.CHANNEL_CONFIGURATION_STEREO;//And also Mono
...
1
vote
1answer
20 views
I want to play two sounds in background one after another in android
dogIntroSound = MediaPlayer.create(AnimalPiker1.this, R.raw.introdog);
dogIntroSound.start();
Thread timer = new Thread(){
public void run(){
try{
sleep(5000);
} ...
1
vote
4answers
38 views
How to read the data in a wav file to an array
I need to get all the samples of a wav file into an array (or two if you need to do that to keep the stereo) so that I can apply some modifications to them. I was wondering if this is easily done ...
1
vote
2answers
50 views
Audio control in Android app
I am working in an android app and I need to make an optionMenu with an option to disable/enable the sounds in the app.
Is it possible in android have full control over the volume of the app?
Is ...
1
vote
0answers
36 views
Mixing audio with java
I have been looking for good examples of sound mixing using Java in vain. I am developing an Android app and would like to implement such feature. I am mainly looking for a way of mixing (or merging) ...
1
vote
1answer
44 views
HTML5 sound file player
I am trying to make a simple player in HTML5 that will allow the user to select an item from an option list and then play the appropriate sound file. I am targeting Mobile Safari, primarily.
I am ...
1
vote
3answers
46 views
Objective C using multiple parameters across classes
I have the following declaration in my class called GameManager:
-(void)playBackgroundTrack:(NSString*)trackFileName isAmbient:(BOOL*)ambient {
}
I want to be able to call
[[GameManager ...
1
vote
2answers
134 views
Stopping the timeline sound on a loaded swf
I'm working on a as3 player which loads swf like videos/chapters, inside them I have images and a level where a sound starts to play at frame 1.
I'm trying to stopping the sound of the loaded swf ...
1
vote
1answer
80 views
Application crashes when button is clicked
I wrote this code in order to make a soundboard like app
public class ButtonSoundActivity extends Activity implements OnClickListener {
private Button buttons[];
private MediaPlayer ...
1
vote
0answers
53 views
aurioTouch example project is not correct for iOS 5
I use iPhone aurioTouch project from site *.apple.com.
The aurioTouch reads data from microphone and etc. Also it uses sound effects there.
It runs correctly on iOs 3.x and iOs 4.x.
But in iOS 5.0 ...
1
vote
1answer
144 views
Physical car sound simulation in car racing game
i have been thinking how to create realistic sound for a car. The main sound is the engine, then all kind of wind, road and suspension sounds.
Are there any open source projects for the engine sound ...
1
vote
0answers
141 views
Recorded voice is very very low and lot of noise is recorded on Android
I am trying to record the voice using AudioRecord class and writing
the read bytes to speaker using AudioTrack class. I am able to hear
the voice coming from Speaker but the voice is very low and a ...
1
vote
1answer
91 views
Dynamically positioning a sound with panning in AS3
I'm trying to make a minigame in Flash about a mosquito getting smashed and I want the mosquito sound to pan as if it was in front of the player (so if the mosquito is at the right of the screen pan ...
1
vote
2answers
76 views
How can I find animal sound database for my needs?
I have developed an MFCC algorithm and want to cluster same species of animal sounds with my application. I searched on internet and collected some animal sounds. My each sound files should be ...
1
vote
1answer
158 views
Playing short words sounds, and sound file format?
I have an app with hundreds of short sounds (words mainly). I use:
AudioServicesPlaySystemSound(_soundID);
to play them.
The problem is that AudioServices isn't compatible with MP3-format files, ...
1
vote
1answer
601 views
how to set playback speed for android generated tones
I am using the AudioTrack class and have generated my own tones in my Android application. However, I want to be able to control the speed of playback, and I can't figure out how.
I see the ...
1
vote
1answer
93 views
How to turn off sounds globally in my whole application?
I have a plugin system in my app and I would like to prevent those plugins from playing sounds. It doesn't have to be a perfect solution that cannot be overriden by a plugin.
EDIT: Sounds will be ...
1
vote
1answer
208 views
Possible to play a sound without stopping music?
I use AVFoundation framework to play sound. If music is playing when I play a sound, the music stops. Is there a way of avoiding that?
1
vote
4answers
2k views
How do you play music with javascript?
On the new Palm Pre everything is done via javascript etc. you can even use the camera and as I have heard play music. Is the second part also true for the desktop or is it a special webos/mojo ...
1
vote
1answer
209 views
Why won't Silverlight sounds play on some computers?
My Silverlight app successfully plays a repeating alert sound every ten seconds on a number of my own computers. One of my clients hears no sounds. I was just on the phone with him and verified that ...
0
votes
2answers
37 views
Android, How to use microphone in order to calculate sound frequencies?
I'm working on Audio tuner application in order to tune musical instruments.
User should play a note, then in my application I should show which frequency it has.
The first, I should access to ...
0
votes
3answers
46 views
No sound on touch button
If I use:
final Button btnNught = (Button) findViewById(R.id.night);
btnNught.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
// Perform ...