i have build a small test app in Flash Pro 5.5 overlayed with the AIR 3 sdk. is has just 2 buttons to record and playback audio from the microphone.
I\'m writing program which captures audio in C# using DirectShow library and writes it to ogg container. I created a graph in GraphEditPlus. It generates a GraphBuilder method code which I copied to m
i am new to programming and want to developa plugin that interacts with the itunes or winamp ar WMP and then does what it is programmed to do. I know php and mysql kind of stuff but i am totally new a
In my application, I use Intent checkIntent = new Intent(); checkIntent.setAction(TextToSpeech.Engine.ACTION_CHECK_TTS_DATA);
I have a problem with my code where each time I run the project, this is thrown. Now I have narrowed it down to that the sound does play when I call the play() method but does not when I call the play
I downloaded some code which instead of playing my sound in my local class calls another class to play the sound, the only problem I am having is it is not allowing me to use my volume keys on my phon
My company is currently working on what could be called an audio analysis program which needs to process to multiple audio inputs (8 or so) i开发者_如何学JAVAn real time. This means that we need a fra
Is it possible to load a wav/mp3/amr/whatever file in javascript开发者_运维问答, and to analyse it to determine the max volume of the file represented in any numerical form i dont mind? I need to do t
I am using an AVCaptureSession to capture audio and video samples from the devices microphone and camera.
I\'m working on an audio recognition project. For testing, I\'d like to be able to have a program: load audio data from a file