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

Converting 16bitpcm To .wav, After Switching Endianness, The .wav File Plays Backwards

I am trying to build an Android app that records PCM audio and exports it as a wav file. It worked … Read more Converting 16bitpcm To .wav, After Switching Endianness, The .wav File Plays Backwards

Audiotrack - Short Array To Byte Array Distortion Using Jlayer(java Mp3 Decoder)

I'm using jLayer to decode MP3 data, with this call: SampleBuffer output = (SampleBuffer) decod… Read more Audiotrack - Short Array To Byte Array Distortion Using Jlayer(java Mp3 Decoder)

How To Convert .pcm File To .wav Or .mp3?

I am currently developing an Android Application that has audio recording and playing. I am new to … Read more How To Convert .pcm File To .wav Or .mp3?

Using Fft In Android

I am having trouble understanding how I should pass PCM data from the mic to this FFT class I am us… Read more Using Fft In Android