Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
11k views

iPhone App › Add voice recognition?

I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone looked into this? Are ...
6
votes
6answers
5k views

How can I record voice and record Call in Android?

Please help me if you know how to record voice and if anybody call us than record both voice. If anybody know then give me hint.
5
votes
5answers
2k views

Recording Audio via the Web for an Intranet Solution

What is the best (cheapest, most open) way to record audio via a web page. Then keep that recording as MP3 format and make it available via a unique ID / URL. I guess Flash-based plug-in would be ...
3
votes
1answer
681 views

What range sound frequency can be measured from iphone's microphone

i want to know the range of frequency that the iphone's microphone can listen and can we play the least frequency sound recorded by iphone's microphone.. how to record a sound(any sound or voice) ...
3
votes
2answers
619 views

Voice transmission over LAN using java?

I'm building a java application which works in a LAN environment, every computer on that LAN have this application installed on it, at some point i need this application to transfer voice ...
3
votes
5answers
5k views

How to record voice files using PHP, FLASH

I am developing an application where I need to record voice(for those who does not have a webcam so they can use only microphone to record voice) or video(those who have a a webcam - like laptop or ...
3
votes
5answers
883 views

“Voice trigger” detection

I have a voice application that would be much-improved if there was the ability to use a "trigger word" to start recording audio. I don't need a full speech-text engine, just the ability to ...
2
votes
1answer
634 views

android voice recorder application

I want to create a voice recorder application in android 3.0. The scenario is when i click on record button it has to start record and when I click on stop button it has to stop recording. After ...
2
votes
5answers
503 views

VoIp recording solutions (Asterisk or/and FreeSwitch)

currently we're looking for voip recording solution - it must record all incoming/outgoing/internal/conference calls within the company. later on we going to develop applications that let us ...
2
votes
2answers
437 views

Pitch manipulation of Audio recorded Sounds

I have a challenging task please help Task: Just say something into your iPhone or capture a friend saying something. Then application make it sound even MORE ridiculous with your choice of over a ...
2
votes
2answers
1k views

How to record / capture audio with RecordControl on Java ME, SE K770i

I want to record sound on my Java ME App on K770i. So I used this: http://java.sun.com/javame/reference/apis/jsr135/javax/microedition/media/control/RecordControl.html example of RecordControl in my ...
2
votes
3answers
1k views

How to determine the frequency of the input recorded voice in iphone?

I am new to iphone development.I am doing research on voice recording in iphone .I have downloaded the "speak here " sample program from Apple.I want to determine the frequency of my voice that is ...
2
votes
1answer
480 views

Record voice with ASP.NET?

How can I record voice from an ASP.NET application and upload to server? Is it possible to do using AJAX?
2
votes
1answer
484 views

Record Voice file Directly from a Browser

I am a looking for a free solution that would allow our website users to record voice files directly from our website. Instead of having to record it on their local machine then send it to us.
2
votes
6answers
2k views

ASP.NET: Record Sound From A Web App?

I'm contemplating adding a voice recording to some posts on my site. I'm wondering if there is an ASP.NET library out there that will allow me to: Press a button to start recording Record what I'm ...
2
votes
1answer
1k views

How to use Red5 with Asp.net

I want to record voice online and I guess I need to use FMS or Red5 and I don't know how to use Red5 with Asp.net, actually this is my first attempt to handle such a thing and currently I am a .net ...
1
vote
1answer
28 views

how to save the recorded audio files in another folder programmatically?

i'm trying to save the recorded audio files in a folder that i wanted it to be rather then the default folder. but somehow i failed to do so. my code: Intent recordIntent = new ...
1
vote
1answer
115 views

Mono for Android - Voice Recording

I'm wondering how to record voice using Mono for Android. I've seen various materials for recording voice under Android, but none of them seems to cover the Mono version topic. Thanks.
1
vote
1answer
145 views

How to record voice by Chrome's HTML5 feature?

Chrome 11 supports voice recording by <intput type="text" x-webkit-speech /> But what's passed to server ? what's the format ? Any server sample code ? And ... how to playback the recorded ...
1
vote
3answers
134 views

Adding recorded voice recognition iPhone

In my program I have some recorded voice. After that I need to recognition it, for example: I launched program, saying something, and when program received word that have been recorded it shows ...
1
vote
2answers
164 views

XNA | C# : Record and Change the Voice

My aim is code a project which records human sound and changes it (with effects). e.g : a person will record its sound over microphone (speak for a while) and than the program makes its like a baby ...
1
vote
0answers
79 views

Automatic Voice Recording when Voice starts

i am looking for a source or tutorial that does show how to automatic start recording when voice starts and stop when speech ends. till now i do it by a simple volume peak level. the problem appears ...
1
vote
0answers
378 views

Pause in android voice recorder

I am using MediaRecorder in my app for recording voice data. I want to implement pause as it is not available in SDK. I am recording voice to temporary file. When user clicks pause button, I will ...
1
vote
1answer
452 views

Realtime AudioQueue Record-Playback

Hey fellows, Iam trying to build an application for realtime voicechanging. In a first step I managed to record audiodata to a specified file and to play it after recording. Now I try to change the ...
1
vote
2answers
407 views

Recording Voice on Android Phone

I want to record the Voice on my android mobile and I have no clue how to do that particularly. I have searched a lot but couldn't found anything useful. Can anyone have a solution to this ...
1
vote
2answers
560 views

How reduce background noise while recording in iphone?

I am planning to compare two audio files. i have recorded two voices and compared them using cross correlation. since the presence on background noise while recording the resulting correlation value ...
1
vote
1answer
134 views

Recommend a desktop and voice recording app

Can anyone share a recommendation and their experiences with an app that I could use to create tutorials for internal use within my company. The tutorials will be of a technical nature, like HOW TOs ...
1
vote
1answer
292 views

How to pause recording using AudioQueues in iPhone?

I am using AudioQueue for recording voice. I want to know how can we pause the recording ? Thanks
1
vote
1answer
432 views

voice recording in Ogg format?

I have created a voice recorder applet. The output sound file will be .wav format. I want to use a compressed file format like .ogg. I have the .ogg decoder applet and it plays the audio file ...
1
vote
4answers
4k views

are there any ASP.NET with Voice Recording sample codes?

I am wondering if there is any codes sample for ASP.NET with Voice recording. Ok, Basically, i want to create a web page that allow user to click a record button and record his voice thru his/her ...
0
votes
0answers
6 views

error calling MediaStore.Audio.Media.RECORD_SOUND_ACTION of android

i'm trying to call the default audio/sound recorder app. but i realize that there are errors shown in my logcat and i have no idea how to solve it. my code: Intent recordIntent = new ...
0
votes
1answer
33 views

how to call the default voice recorder app programmatically for android phone?

i'm trying to create an app that allows voice recording. i hope to call the default voice recorder app just like how i call the camera app. what i wanted is my app will intent/call the default app. ...
0
votes
0answers
22 views

Audio Attachment in Android?

What's the easy for sending recorded audio file to email through intent. I've searched lot of blogs. But, no one is providing exact answer. If the answer is available means, that examples will not ...
0
votes
0answers
34 views

sound wave effect end after reaching maximum in audio recorder android why?

i have find a sample code on voice recorder it works fine but when it when we speak loud then its stop showing the effects the code is as below public void onCreate(Bundle savedInstanceState) { ...
0
votes
0answers
32 views

Hide list button in android voice recorder

In my small android application i am calling inbuilt voice recorder using Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION); startActivityForResult(intent, ...
0
votes
0answers
43 views

appcelerator titanium voice recording and similarity checking

We would like to develop a smartphone app/game using appcelerator titanium. It is for teaching pronunciation. User record their pronunciation of a word or sentence and the app will compare it with the ...
0
votes
0answers
58 views

voice recorder / voice advertising

I am creating a website and i need to implement a voice recorder.which can record a voice from the microphone. When a user posts a product he must be able to click on a voice record button and he must ...
0
votes
1answer
58 views

Error in recording and playing audio

i workout with following example in http://androidgenuine.com/?tag=sound-record-android-modify-voice-on-android I had following error in these while (isRecording) { // grab the buffered input ...
0
votes
1answer
266 views

Is it possible to record calls both sides(mic,speaker) in android?

i'm trying to develop an application to record calls bothside(mic and speaker). I've seen there is one app vrecorder providing this vrecorder for android 1.6. Now i want to do this for android 2.2 ...
0
votes
1answer
87 views

Help in voice to text hebrew engine [closed]

I am looking a voice to text engine in hebrew for the iPhone. Any suggestions? Thanks in advance, Shahar.
0
votes
0answers
50 views

which is the best example in sphinx

Thanks for previous replies.. I am working with sphinx 4 to recognize the voice to text.I have tried LatticeDemo for transcription the voice to text, but most of the words are not related to my audio ...
0
votes
0answers
192 views

buffer overflow in android [closed]

Possible Duplicate: android, AudioRecord.read() --> bufferoverflow, how to handle the buffer? Actually i am doing one chat application. In that application i did group text chat and ...
0
votes
0answers
84 views

How to record and voice to text, at once in android?

I have two(2) buttons, ButtonOneClicked( View v) { //This calls a class that uses , MediaRecorder recorder = new MediaRecorder() to capture the sound. //It woks fine, the voice is stored in a file ...
0
votes
0answers
62 views

How to send default recorded audio size in blackberry

Actually We record the audio as a default size format of 8000 bytes in a byte array. after recording it send to server using thread concept But we did not send continous data like 8000,8000,..... ...
0
votes
1answer
365 views

Can't implement Google API Sample (VoiceRecognition)

I am very new to Android development, I am trying to create a basic application that makes use of the VoiceRecognition facility to display the text spoken... package com.example.android.apis.app; ...
0
votes
1answer
126 views

Saving Voice in Voicememo playlist in iPhone

In my Application I am able to record audio. It is stored inside Documents folder. However I need to store my audio directly inside iPhone iPod or inside VoiceMemo so that the user can use with out ...
0
votes
0answers
74 views

zte voice modem problem

My problem is associated with ZTE usb data modem. ZTE USB modem have Communications(COM1), Diagnostics(COM2), Service(COM3) and Voice(COM4) ports. i can receive and send voice to voice port. But i ...
0
votes
1answer
85 views

FMOD Voice Chat

I want to create a voice chat software using FMOD. Now I can receive data from microphone and play it immediately. It's also easy to send sound data to another computer on the network. But I don't ...
0
votes
2answers
578 views

Record Call in Android 2.2

I am write this code for Record Calls. It works fine in Android 2.1. In Android 2.2, It create output file with 0 bytes. How I can solve this ? MediaRecorder _recorder = new MediaRecorder(); ...
0
votes
0answers
67 views

PyS60 key events and voice recording

I'm trying to write a PyS60 script (for my N95) that will allow me to record while a button is pressed down, and stop when it is released. I thought this would be quite a simple task but it has proven ...

1 2