I need a program to catch an event when microphone input gets louder t开发者_Python百科han certain threshold value. So probably I need to constantly listen to mic, and somehow measure sound amplitude?
i\'m really sorry if i\'m asking something already asked, but i looked everywhere and nothing came up.
I am recording audio using the XNA Microphone class and saving the recorded data in isolated storage in wav format.If the length of audio is small my app is working fine.But as it increases the memory
I\'m using the WindowsMedia library found here: http://www.ernzo.com/soundstudio.aspx The sample code had the ability to play audio files, however I\'m trying to get the stream to come from the micro
I need my flash movie to have access to the microphone, but it is refusing to display the confirmation dialog and the \"Settings\" context menu item is disabled. The document size is adequate to displ
I have been reading examples in other pro开发者_StackOverflowgramming languages for a couple of days now but I haven\'t managed to translate them into visual foxpro. Has anyone done it before and coul
While there are plenty of tutorials for how to use AVCaptureSessio开发者_如何学编程n to grab camera data, I can find no information (even on apple\'s dev network itself) on how to properly handle micr
I have an Android application that begins recording from the microphone when the application starts. In my current version, the user must press a STOP button to stop rec开发者_运维技巧ording.
I\'m developing an iPhone 3.1 application. I want control by voice a text. If a person blows over microphone, the text will appear. If that person is blowing strong the text will appear quickly, but
I am trying to process a blowing sound in my iPhone app. I tried both solutions below. They both work fine in the simulator but not on my device.