Use this tag for questions about the Pulse-Code Modulation representation of sampled signals.
I'm currently using ffmpeg to convert FLV/Speex to WAV/pcm_s16le, successfully. However, I now need the output …
ffmpeg flv pcmI'm using AudioRecord to record 16 bit PCM data in android. After recording the data and saving it to a file, …
java android wav pcm audiorecordI'm trying to use the AudioRecord class to record a WAV file. The problem is that it only supplies the …
android audio wav pcm audiorecordI have a PCM sound file with sample rate 16000, sample bit 16 and channel 1. I want to play it , but there's …
linux pcmI'm trying to implement AudioRecord (MIC) -> PCM -> AAC Encoder AAC -> PCM Decode -> …
android pcm aac android-mediacodec audiorecordI currently have a PCM audio in the form of a byte array. The format is signed 16 bit little endian. …
android audio bytearray pcm audiotrackI've got a 44Khz audio stream from a CD, represented as an array of 16 bit PCM samples. I'd like to …
audio signal-processing pcm downsamplingWhat is the difference between Linear Quantization and Non-linear Quantization ? I'm talking with regard to PCM samples. http://www.blurtit.…
signal-processing pcm sampling quantization