microphone
Is there any way to have a web page record sound from an iPad?
I don\'t think this is currently possible with straight HTML (although I\'ve heard开发者_运维百科 that HTML5 may support this in the future):[详细]
2023-02-13 00:44 分类:问答How to tell the Android Emulator to use an external hardware device (e.g. a microphone)?
Is 开发者_运维知识库it possible to tell the Android Emulator to use external hardware? In my case, I want to use a Microphone for input for an app I\'m developing...[详细]
2023-02-12 16:20 分类:问答Android: Microphone AudioSource causing unsupported parameter, VerifyAndSetParameter failed errors
This question has also been asked at Problems with MediaRecorder class setting audio source - setAudioSource() - unsupported parameter, however this author accepted the answer stating that this only o[详细]
2023-02-07 11:49 分类:问答How to detect if speech to text is available on android?
I believe I have figured out how to detect if an android device has a microphone, like so: Intent speechIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);[详细]
2023-02-05 23:58 分类:问答Internal Microphone call
How do you call the microphone built into a computer to turn on when a user visits a site? I\'ve heard that there a number of different ways to do so, but I\'d like some advice on the best way.[详细]
2023-02-05 00:43 分类:问答Detecting Voice Recognition Activation
Alright, I have this app that runs as a service and takes audio samples every so often, and keeps track of the amplitude. It works beautifully. I have try/catch blocks so that my app doesn\'t interfer[详细]
2023-02-04 04:04 分类:问答how to play sound from microphone to speaker directly on android?
in my application, I need to direct sound from microphone directly to speaker. No other actions. I found a way to d开发者_JS百科irect sound from microphone to earpiece by playing a file and setting sp[详细]
2023-02-03 19:04 分类:问答iOS AudioQueues: glitches in audio float-stream
I am logging the stream of floats coming from the microphone (should be silence) I have setup audio queueswith a buffer size of 256 floats[详细]
2023-02-03 19:03 分类:问答Simulate Microphone (virtual mic)
I\'ve got a problem where I need to \"simulate\" microphone output. Data will be coming over the network, decoded into PCM and basically needs to be written into the mic - which then other programs[详细]
2023-02-02 17:49 分类:问答Android AudioRecord initialization fails every time
My problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (ie after the constructor, getState returns 0, indicating failure).I am running this from Eclip[详细]
2023-01-31 12:27 分类:问答