Skip to content Skip to sidebar Skip to footer
Showing posts with the label Audiorecord

Issue Encoding And Decoding An Audio Recording To G711 ( Pcmu - Ulaw) Format

There isn't too much info about apply this codec when we need to streaming audio. Without apply… Read more Issue Encoding And Decoding An Audio Recording To G711 ( Pcmu - Ulaw) Format

Android Audiorecord Headphones With Mic

I am having some issues with the AudioRecord class. I have an app that records audio while someone… Read more Android Audiorecord Headphones With Mic

Audiorecord Buffer Filled With Zeros

Why is the audioData short[] buffer I create in the code below filled with 0 upon each samplesIn +=… Read more Audiorecord Buffer Filled With Zeros

How To Adjust Microphone Sensitivity While Recording Audio In Android

I'm working on a voice recording app. In it, I have a Seekbar to change the input voice gain. I… Read more How To Adjust Microphone Sensitivity While Recording Audio In Android