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

How Can I Get Frequency Data From Pcm Using Fft

I have an array of audio data I am passing to a reader: recorder.read(audioData,0,bufferSize); T… Read more How Can I Get Frequency Data From Pcm Using Fft

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)

Recorded Audio Using Androidrecord Api Fails To Play

Am developing an android app that has the feature to record the user speech. For this I have used t… Read more Recorded Audio Using Androidrecord Api Fails To Play

Signed 16 Bit Pcm Transformations Aren't Working. Why?

For the past 2 days I've been trying to manipulate 16 bit PCM data on Android with little succe… Read more Signed 16 Bit Pcm Transformations Aren't Working. Why?