Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android audio and voice processing

Tags:

android

I am new to android and presently doing android voice recording application. I want top know which format is best for saving audio file in android. (i.e RAW-AMR or 3gp or mp4).So rhat we can hear playback sound loudly in device.

Is there any alternative way to increase audio sound through voice processing in android.

Thanks in advance.

like image 209
Android Prasath Avatar asked Jul 23 '26 17:07

Android Prasath


1 Answers

Question: Which bear is best? Answer: Black Bear

Seriously though, you would need to state your criteria for the audio file for us to make a codec recommendation. Does it need to be portable? Best compression? Highest fidelity?

The codec that you choose has no affect on the loudness of audio that will be played over the device, so this should not factor into your criteria.

Is there an alternative way to increase audio? Yes, if you are recording audio from the microphone then you can amplify the audio data before you save it to a file.

Let an audio sample from the microphone be represented by the function:

f(t)

Amplification is achieved by multiplying the audio sample by some factor A

A * f(t)
like image 189
Error 454 Avatar answered Jul 25 '26 08:07

Error 454



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!