android Programming Glossary: voice
Eclipse / Android : “Errors running builder 'Android Pre Compiler' on project…” http://stackoverflow.com/questions/14455018/eclipse-android-errors-running-builder-android-pre-compiler-on-project be found here and you can read all the background add your voice to the angry mob of developers here . share improve this answer..
Android Speech Recognition as a service on Android 4.1 & 4.2 http://stackoverflow.com/questions/14940657/android-speech-recognition-as-a-service-on-android-4-1-4-2 API doesn't do as documented in that a few seconds after voice recognition is started if no voice input has been detected then.. a few seconds after voice recognition is started if no voice input has been detected then it's as if the speech recogniser.. that this workaround will cause but getting continuous voice recognition is more important for me. If anyone has any other..
Using the Android RecognizerIntent with a bluetooth headset http://stackoverflow.com/questions/14991158/using-the-android-recognizerintent-with-a-bluetooth-headset This works fine. However it doesn't seem to accept voice input from a bluetooth headset that is paired and connected.. Media Audio to Bluetooth mono SCO . With this app set my voice recognition now works taking my speech input from my headset...
Voice recognition on android with recorded sound clip? http://stackoverflow.com/questions/2319735/voice-recognition-on-android-with-recorded-sound-clip on android with recorded sound clip I've used the voice recognition feature on Android and I love it. It's one of my.. processed with speech to text android speech recognition voice voice recognition share improve this question Unfortunately.. with speech to text android speech recognition voice voice recognition share improve this question Unfortunately not..
Google's voice search speech recognition service http://stackoverflow.com/questions/4055830/googles-voice-search-speech-recognition-service voice search speech recognition service Google has speech recognition.. at http waxy.org 2008 11 deconstructing_google_mobiles_voice_search_on_the_iphone . We want to better understand what is..
How can I record voice and record Call in Android? [closed] http://stackoverflow.com/questions/4194342/how-can-i-record-voice-and-record-call-in-android can I record voice and record Call in Android closed Please help me if you know.. Android closed Please help me if you know how to record voice and also to record the voice of both caller and calle during.. me if you know how to record voice and also to record the voice of both caller and calle during a phone call. If anybody knows..
Android AudioRecord class - process live mic audio quickly, set up callback function http://stackoverflow.com/questions/4525206/android-audiorecord-class-process-live-mic-audio-quickly-set-up-callback-func buffer catch Throwable x log.warning TAG Error reading voice audio x finally close recorder private void close stopped..
SpeechRecognizer causes ANR… I need help with Android speech API http://stackoverflow.com/questions/4559930/speechrecognizer-causes-anr-i-need-help-with-android-speech-api public void onResults Bundle results ArrayList String voiceResults results .getStringArrayList RecognizerIntent.EXTRA_RESULTS.. .getStringArrayList RecognizerIntent.EXTRA_RESULTS if voiceResults null Log.e getString R.string.log_label No voice results.. voiceResults null Log.e getString R.string.log_label No voice results else Log.d getString R.string.log_label Printing matches..
Android: Need to record mic input http://stackoverflow.com/questions/6959930/android-need-to-record-mic-input pretty fast. Thread to manage live recording playback of voice input from the device's microphone. private class Audio extends.. catch Throwable x Log.w Audio Error reading voice audio x Frees the thread's resources after the loop completes..
Voice Detection in Android Application http://stackoverflow.com/questions/7955041/voice-detection-in-android-application application stops recording and give me back buffer with voice data in .wav format. All work fine. Problem I want to change.. stops recording and give me back same buffer with voice data in .wav format. Question How I can detect that user start.. to talk How I can detect that user stop to talk android voice detection share improve this question This is answer Just..
Using Android Voice Control launch my Activity http://stackoverflow.com/questions/10215571/using-android-voice-control-launch-my-activity Android Voice Control launch my Activity I have read this post on SO and..
Android: Voice Recording and saving audio http://stackoverflow.com/questions/10905337/android-voice-recording-and-saving-audio Voice Recording and saving audio I am working on application that.. Setting up the onClickListener for Audio Button attachVoice Button findViewById R.id.AttachVoice_questionandanswer attachVoice.setOnClickListener.. Audio Button attachVoice Button findViewById R.id.AttachVoice_questionandanswer attachVoice.setOnClickListener new OnClickListener..
Use offline voice-to-text in Android 4.1 (Jelly Bean) from my application? http://stackoverflow.com/questions/11893788/use-offline-voice-to-text-in-android-4-1-jelly-bean-from-my-application on the keyboard and voice recognition everywhere else . Voice typing is enabled offline and voice recognition is not for 4.1..
Voice Recognition stops listening after a few seconds http://stackoverflow.com/questions/13670378/voice-recognition-stops-listening-after-a-few-seconds Recognition stops listening after a few seconds I tried a lot..
Android Speech Recognition as a service on Android 4.1 & 4.2 http://stackoverflow.com/questions/14940657/android-speech-recognition-as-a-service-on-android-4-1-4-2 a question which proposes a work around to this problem Voice Recognition stops listening after a few seconds but I am unsure..
Voice recognition on android with recorded sound clip? http://stackoverflow.com/questions/2319735/voice-recognition-on-android-with-recorded-sound-clip recognition on android with recorded sound clip I've used the..
android adding number to Call logs http://stackoverflow.com/questions/3166039/android-adding-number-to-call-logs CallLog.Calls.CONTENT_URI values Code taken from Google Voice Callback for Android Remember to add the permissions in the..
Record phone calls on android phone? http://stackoverflow.com/questions/3370278/record-phone-calls-on-android-phone MediaRecorder.AudioSource.VOICE_CALL Voice downlink Uplink recorder.setOutputFormat MediaRecorder.OutputFormat.THREE_GPP..
Google's voice search speech recognition service http://stackoverflow.com/questions/4055830/googles-voice-search-speech-recognition-service The following link is a 3 mile high review of the Google Voice Server .... http www.google.co.jp events developerday 2010 tokyo..
How to know when TTS is finished? http://stackoverflow.com/questions/4658376/how-to-know-when-tts-is-finished know when TTS is finished I'm implementing an Interactive Voice Response application on Android. I would like to know how to..
Detect the beginning of a sound or voice in Android http://stackoverflow.com/questions/4659726/detect-the-beginning-of-a-sound-or-voice-in-android spectrum all broken up. Also as you can see by using the Voice Search a voice also fluctuates a lot in how loud it is. You..
Compare voice wav in android or voice tag ( voice commands ) API http://stackoverflow.com/questions/4935691/compare-voice-wav-in-android-or-voice-tag-voice-commands-api way to compare 2 voices if they' match or not I know that Voice Recognizer is a way to do that but since i think it needs to..
Voice call recording Application in android http://stackoverflow.com/questions/6026489/voice-call-recording-application-in-android call recording Application in android I like to make an application..
Android Recording Incoming and Outgoing Calls http://stackoverflow.com/questions/6688444/android-recording-incoming-and-outgoing-calls is a option in MediaRecorder AudioSource for VOICE_CALL Voice call uplink downlink audio source VOICE_DOWNLINK Voice call.. Voice call uplink downlink audio source VOICE_DOWNLINK Voice call downlink Rx audio source VOICE_UPLINK Voice call uplink.. Voice call downlink Rx audio source VOICE_UPLINK Voice call uplink Tx audio source As long as the audio source options..
Speech to Text from own sound file http://stackoverflow.com/questions/6989981/speech-to-text-from-own-sound-file 16 bit and 16 kHz to get a better transcription. See also Voice recognition on android with recorded sound clip share improve..
How to Programmtically Change TTS Default Engine http://stackoverflow.com/questions/7362534/how-to-programmtically-change-tts-default-engine which is the default used by the system manually Settings Voice input output Text to speech settings Default Engine I would..
Voice Detection in Android Application http://stackoverflow.com/questions/7955041/voice-detection-in-android-application Detection in Android Application Description My application..
Android TTS Male Female Voice Change http://stackoverflow.com/questions/8890911/android-tts-male-female-voice-change TTS Male Female Voice Change I am working with TTS. But i need to change the voice..
Eclipse / Android : “Errors running builder 'Android Pre Compiler' on project…” http://stackoverflow.com/questions/14455018/eclipse-android-errors-running-builder-android-pre-compiler-on-project
Android Speech Recognition as a service on Android 4.1 & 4.2 http://stackoverflow.com/questions/14940657/android-speech-recognition-as-a-service-on-android-4-1-4-2 4.1 and 4.2 as it is known there is a problem in that the API doesn't do as documented in that a few seconds after voice recognition is started if no voice input has been detected then it's as if the speech recogniser dies silently. http code.google.com.. is a problem in that the API doesn't do as documented in that a few seconds after voice recognition is started if no voice input has been detected then it's as if the speech recogniser dies silently. http code.google.com p android issues detail.. I am aware of the 'beep' that will happen every few seconds that this workaround will cause but getting continuous voice recognition is more important for me. If anyone has any other alternative workarounds then I'd like to hear those too. ..
Using the Android RecognizerIntent with a bluetooth headset http://stackoverflow.com/questions/14991158/using-the-android-recognizerintent-with-a-bluetooth-headset startActivityForResult intent VOICE_RECOGNITION_REQUEST_CODE This works fine. However it doesn't seem to accept voice input from a bluetooth headset that is paired and connected using the Phone audio profile. I can use an app called SoundAbout.. audio profile. I can use an app called SoundAbout to force Media Audio to Bluetooth mono SCO . With this app set my voice recognition now works taking my speech input from my headset. How can I use RecognizerIntent and get speech input from a..
Voice recognition on android with recorded sound clip? http://stackoverflow.com/questions/2319735/voice-recognition-on-android-with-recorded-sound-clip recognition on android with recorded sound clip I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. However the format is somewhat.. Is there any way I can send an audio clip to be processed with speech to text android speech recognition voice voice recognition share improve this question Unfortunately not at this time. The only interface currently supported.. Is there any way I can send an audio clip to be processed with speech to text android speech recognition voice voice recognition share improve this question Unfortunately not at this time. The only interface currently supported by Android's..
Google's voice search speech recognition service http://stackoverflow.com/questions/4055830/googles-voice-search-speech-recognition-service voice search speech recognition service Google has speech recognition services available for use from mobile phones Android has.. one article where someone tried to reverse engineer the service at http waxy.org 2008 11 deconstructing_google_mobiles_voice_search_on_the_iphone . We want to better understand what is happening over the network when we use Android's RecognizerIntent...
How can I record voice and record Call in Android? [closed] http://stackoverflow.com/questions/4194342/how-can-i-record-voice-and-record-call-in-android can I record voice and record Call in Android closed Please help me if you know how to record voice and also to record the voice of both caller.. can I record voice and record Call in Android closed Please help me if you know how to record voice and also to record the voice of both caller and calle during a phone call. If anybody knows then give me a hint. android.. record voice and record Call in Android closed Please help me if you know how to record voice and also to record the voice of both caller and calle during a phone call. If anybody knows then give me a hint. android call records voice recording..
Android AudioRecord class - process live mic audio quickly, set up callback function http://stackoverflow.com/questions/4525206/android-audiorecord-class-process-live-mic-audio-quickly-set-up-callback-func N recorder.read buffer 0 buffer.length process buffer catch Throwable x log.warning TAG Error reading voice audio x finally close recorder private void close stopped true So far it's working pretty robustly on the half a dozen..
SpeechRecognizer causes ANR… I need help with Android speech API http://stackoverflow.com/questions/4559930/speechrecognizer-causes-anr-i-need-help-with-android-speech-api RecognitionListener listener new RecognitionListener @Override public void onResults Bundle results ArrayList String voiceResults results .getStringArrayList RecognizerIntent.EXTRA_RESULTS if voiceResults null Log.e getString R.string.log_label.. onResults Bundle results ArrayList String voiceResults results .getStringArrayList RecognizerIntent.EXTRA_RESULTS if voiceResults null Log.e getString R.string.log_label No voice results else Log.d getString R.string.log_label Printing matches.. .getStringArrayList RecognizerIntent.EXTRA_RESULTS if voiceResults null Log.e getString R.string.log_label No voice results else Log.d getString R.string.log_label Printing matches for String match voiceResults Log.d getString R.string.log_label..
Android: Need to record mic input http://stackoverflow.com/questions/6959930/android-need-to-record-mic-input loud enough on your device the feedback can get pretty nasty pretty fast. Thread to manage live recording playback of voice input from the device's microphone. private class Audio extends Thread private boolean stopped false Give the thread high.. buffer 0 buffer.length track.write buffer 0 buffer.length catch Throwable x Log.w Audio Error reading voice audio x Frees the thread's resources after the loop completes so that it can be run again finally recorder.stop recorder.release..
Voice Detection in Android Application http://stackoverflow.com/questions/7955041/voice-detection-in-android-application start button application start record and when I press stop application stops recording and give me back buffer with voice data in .wav format. All work fine. Problem I want to change my application in this way when application start work it begin.. coming from microphone and then user finish talking application stops recording and give me back same buffer with voice data in .wav format. Question How I can detect that user start to talk How I can detect that user stop to talk android.. in .wav format. Question How I can detect that user start to talk How I can detect that user stop to talk android voice detection share improve this question This is answer Just add this code to your application and you will detect when..
Using Android Voice Control launch my Activity http://stackoverflow.com/questions/10215571/using-android-voice-control-launch-my-activity Android Voice Control launch my Activity I have read this post on SO and I have tried the code to launch my own speech recognition activity...
Android: Voice Recording and saving audio http://stackoverflow.com/questions/10905337/android-voice-recording-and-saving-audio Voice Recording and saving audio I am working on application that will record the voice of the user and save the file on the.. it if someone could help me out. I have displayed my code below Setting up the onClickListener for Audio Button attachVoice Button findViewById R.id.AttachVoice_questionandanswer attachVoice.setOnClickListener new OnClickListener public void onClick.. displayed my code below Setting up the onClickListener for Audio Button attachVoice Button findViewById R.id.AttachVoice_questionandanswer attachVoice.setOnClickListener new OnClickListener public void onClick View v Intent voiceIntent new Intent..
Use offline voice-to-text in Android 4.1 (Jelly Bean) from my application? http://stackoverflow.com/questions/11893788/use-offline-voice-to-text-in-android-4-1-jelly-bean-from-my-application Android uses two different APIs for voice voice typing key on the keyboard and voice recognition everywhere else . Voice typing is enabled offline and voice recognition is not for 4.1 JellyBean . This is why the key in the keyboard works offline..
Voice Recognition stops listening after a few seconds http://stackoverflow.com/questions/13670378/voice-recognition-stops-listening-after-a-few-seconds Recognition stops listening after a few seconds I tried a lot but can´t find it out so I hope you can help me. I am trying..
Android Speech Recognition as a service on Android 4.1 & 4.2 http://stackoverflow.com/questions/14940657/android-speech-recognition-as-a-service-on-android-4-1-4-2 code.google.com p android issues detail id 37883 I have found a question which proposes a work around to this problem Voice Recognition stops listening after a few seconds but I am unsure as how to implement the Handler required for this solution...
Voice recognition on android with recorded sound clip? http://stackoverflow.com/questions/2319735/voice-recognition-on-android-with-recorded-sound-clip recognition on android with recorded sound clip I've used the voice recognition feature on Android and I love it. It's..
android adding number to Call logs http://stackoverflow.com/questions/3166039/android-adding-number-to-call-logs call log placeholder for number contentResolver.insert CallLog.Calls.CONTENT_URI values Code taken from Google Voice Callback for Android Remember to add the permissions in the Manifest uses permission android name android.permission.READ_CONTACTS..
Record phone calls on android phone? http://stackoverflow.com/questions/3370278/record-phone-calls-on-android-phone for media recorder as phone uplink downlink or both. recorder.setAudioSource MediaRecorder.AudioSource.VOICE_CALL Voice downlink Uplink recorder.setOutputFormat MediaRecorder.OutputFormat.THREE_GPP recorder.setAudioEncoder AudioEncoder.AAC..
Google's voice search speech recognition service http://stackoverflow.com/questions/4055830/googles-voice-search-speech-recognition-service
How to know when TTS is finished? http://stackoverflow.com/questions/4658376/how-to-know-when-tts-is-finished to know when TTS is finished I'm implementing an Interactive Voice Response application on Android. I would like to know how to determine when the tts.speak function has done talking so I..
Detect the beginning of a sound or voice in Android http://stackoverflow.com/questions/4659726/detect-the-beginning-of-a-sound-or-voice-in-android with the app called SpectralView which displays the audio spectrum all broken up. Also as you can see by using the Voice Search a voice also fluctuates a lot in how loud it is. You could look for that but it wouldn't be as reliable. In conclusion..
Compare voice wav in android or voice tag ( voice commands ) API http://stackoverflow.com/questions/4935691/compare-voice-wav-in-android-or-voice-tag-voice-commands-api voice commands API I'm developing an app and I need some way to compare 2 voices if they' match or not I know that Voice Recognizer is a way to do that but since i think it needs to translate the voice into string first it won't be so suitable..
Voice call recording Application in android http://stackoverflow.com/questions/6026489/voice-call-recording-application-in-android call recording Application in android I like to make an application for recording voice call.Is it possible I expecting..
Android Recording Incoming and Outgoing Calls http://stackoverflow.com/questions/6688444/android-recording-incoming-and-outgoing-calls . I haven't tried recording phone call's but there is a option in MediaRecorder AudioSource for VOICE_CALL Voice call uplink downlink audio source VOICE_DOWNLINK Voice call downlink Rx audio source VOICE_UPLINK Voice call uplink Tx audio.. there is a option in MediaRecorder AudioSource for VOICE_CALL Voice call uplink downlink audio source VOICE_DOWNLINK Voice call downlink Rx audio source VOICE_UPLINK Voice call uplink Tx audio source As long as the audio source options work you.. for VOICE_CALL Voice call uplink downlink audio source VOICE_DOWNLINK Voice call downlink Rx audio source VOICE_UPLINK Voice call uplink Tx audio source As long as the audio source options work you should be good to go. share improve this answer..
Speech to Text from own sound file http://stackoverflow.com/questions/6989981/speech-to-text-from-own-sound-file
How to Programmtically Change TTS Default Engine http://stackoverflow.com/questions/7362534/how-to-programmtically-change-tts-default-engine Android I have another TTS engine installed. I can change which is the default used by the system manually Settings Voice input output Text to speech settings Default Engine I would like to be able to do that programmatically from within my application...
Voice Detection in Android Application http://stackoverflow.com/questions/7955041/voice-detection-in-android-application Detection in Android Application Description My application record sound from phone microphone. I am using android standard..
Android TTS Male Female Voice Change http://stackoverflow.com/questions/8890911/android-tts-male-female-voice-change TTS Male Female Voice Change I am working with TTS. But i need to change the voice of the tts from female to male and vice versa. I know i can..
|