Use this tag for questions about the Pulse-Code Modulation representation of sampled signals.
I am decoding aac to pcm with ffmpeg with avcodec_decode_audio3. However it decodes into AV_SAMPLE_FMT_FLTP …
android-ndk ffmpeg sample pcm libavWhen I play a file with the following code: private void PlayAudioFileViaAudioTrack(int ResId) throws IOException { int intSize = android.media.…
android audio bytearray inputstream pcmCan someone explain what is the difference between I2S interface and PCM interface. Does I2S interface only supports …
audio audio-streaming pcmI've been playing with this now for sometime, I cant work out what I am meant to be doing here. …
android fft pcmI have been messing around with the AudioRecord feature of the Android API and found some strange behaviors with it. …
android audio pcm audiorecord sample-rateI am currently developing an Android Application that has audio recording and playing. I am new to dealing with audio …
android pcm audiotrackI'm using FMOD to develop an application which would immediately start playing the recording of the next/previous sentence exactly …
audio signal-processing pcm fmodI am starting out with audio recording using my Android smartphone. I successfully saved voice recordings to a PCM file. …
iphone android audio audio-recording pcm