sound

Sound capture in CPP and Qt

I would like to capture some sound from the microphone in cpp, in order to use it in a Qt application. So I'm looking for a multi platform library easily integrable in a Qt4 project. ...

How to capture Audio data in Java

I want to access the audio data that my microphone is recording with Java. How would I do that? My goal is to save the audio data that is recorded and simultaneously play it to the user. ...

Mixing multiple audio samples into single file with C#

Hi everyone, I'm looking for a library capable of creating an audio file (mp3 or wav). NAudio stands out as a good candidate, but not sure if and how it can do specifically what I need. I want to mix a number of audio samples into a single file, have them play simultaneously with control over each sample's start and end timing when "re...

Loading Sound gives exception on Sound.id3

When loading a MP3 to a flash.media.Sound object the id3 property gives an error: SecurityError: Error #2000: No active security context. Offcourse, like many errors in Flex, the Flex documentation doesn't mention a thing about this, except that it exists... The MP3 is valid (i've checked it with MediaPlayer and iTunes), the Sound ob...

Looking for a mouseover sound script (solved)

Hi, I'm looking for a a mouseover sound script (for button). I plan to use wav sound but can be other sound format. Those I have found on the net are not compatible with new browser version. Especially need to work in Firefox Browser. I have found one on Jquery site but it require Flash. I prefer using only javascript if possible. T...

Stream sound to loudspeakers on windows

What do I need to know to stream a sound of a given frequency (that is, generated programatically at runtime, not a file) to the loudspeakers of the system on MS Windows? Please be as specific as you can, I have an idea of winAPI, but I'm more of a linux programmer, so function names are welcome. The answer with the most concrete steps...

In java, making a selective beep sound

I am trying to make several rectangles show up when the applet is started with a couple colors added in...I already have the beep audio file but from what i know, it will play throughout the whole program. Can someone please tell me how to make the beep sound occur only when the rectangles are clicked? ...

Why isn't my recording able to be played? (iPhone SDK)

I'm programming an app that lets me record doorbell sounds and play them back on a doorbell that the user sees when they push the button. My app seems to record and save the file (the file is there (in Documents) according to the iPhone simulator as I've created the directory in the app delegate)). However playback isn't working. (By the...

Sound volume on Samsung Omnia II

I just had a customer report to me, that when our app plays a sound on the Samsung Omnia II, it is played not as loud as when the system itself is playing it. The customer uses the very same sound for our app as for receiving SMS, and when receiving a SMS, the sound is played much louder than when our app is playing it. I'm using SndPl...

Mute sound in Java Applet

I use a Java applet, which produces unwanted sounds to me. Mute option in the applet is missing, and it's not possible to rewrite the source code. I want to hear other(non-JVM) applications' sounds. How do I suppress this Java applet(or JVM) sound output without disabling it? I'm using Ubuntu 9.10, jre1.6.0_18 and Mozilla FF 3.5.8. UPD...

Win32 PlaySound: How to control the volume?

I'm using the Win32 MultiMedia function PlaySound to play a sound from my application. I would like to be able to dynamically adjust the volume of the sound that is being played without modifying the system volume level. The only suggestions I could find for manipulating the volume of sounds played via PlaySound was to use waveOutSetVo...

What to do with the incompatibilities in HTML 5 audio across browsers?

Hi, I need to use HTML 5 audio to play sounds. However, the codec support is very irritating: Firefox: Ogg, Wav Safari: Mp3, Wav Chrome: Ogg, Mp3 Opera: Wav I basically need to encode in Wav and Ogg/Mp3. However, Wav's are terrible in size and that is very crucial point for me. So, I guess I should go for Mp3 + Ogg leaving Opera and...

Looking for a sound library for Java

I'm working on a OpenGL game in Java and I want to incorporate sound. I've done some ferreting, and having some trouble finding something. I've seen that JOAL is now defunct, and there's a popular 3D Sound Engine (paulscode) which seems a bit complicated, and there were references to JOrbis but I wasn't sure it was what I wanted. I wi...

Draw sound wave with possibility to zoom in/out

Hi :D I'm writing a sound editor for my graduation. I'm using BASS to extract samples from MP3, WAV, OGG etc files and add DSP effects like echo, flanger etc. Simply speaching I made my framework that apply an effect from position1 to position2, cut/paste management. Now my problem is that I want to create a control similar with this o...

How do I compare 2 audio files, returning a percentage of difference.

Possible Duplicate: How do I compare what the user said with an audio recorded sound? Is there a way to compare 2 audio files, whereby a percentage of difference will be returned? I am using C# VS08, .net framework 3.5. Edited: difference in the sound(like for eg. Audio 1: "HELP", Audio 2:"HELP ME PLEASE", it will return the...

How to play sounds in iPhone app.

Hello, I am a beginner in this very confusing Objective-C game. I would like to play a very short sound effect every time a certain button is pushed. How can I do this? Can I use an mp3 file? Or will I have to convert to wav? Thankya ...

How can I play sound in C#?

I'm trying to make a small game. There is about 20 effect sounds and I combined them all into one mp3 file. My question is: Is there a way to load the mp3 file into the memory and then play multiple sections of it at the same time? Any help is appreciated, thanks you! ...

How to enumerate sounds registered for applications?

I need to get list of sounds registered for applications. For instance I need to play sound for Visual Studio in case build failed. How to do it? ...

resources for sound and music processing

i find it very hard to find good texts about sound and music when looking in the programming area the hardest part being "what part of it have i learnt yet?", since i have never found anything describing the part already documented against the great unknown (=things no-one has well understood yet) from sound synthesis to automatic musi...

Web-based Music and Sound synthesis - Survey

My question is threefold What cool web-based examples have you seen that generate music dynamically by the user? Either based on samples with an interesting interface, by sound synthesis or similar methods. Example: http://acko.net/blog/javascript-audio-synthesis-with-html-5 Has any serious web-based dynamical sound synthesis been done...