Top "Pcm" questions

Use this tag for questions about the Pulse-Code Modulation representation of sampled signals.

FFmpeg - resampling from AV_SAMPLE_FMT_FLTP to AV_SAMPLE_FMT_S16 got very bad sound quality (slow, out of tune, noise)

I was confused with resampling result in new ffmpeg. I decode an AAC audio into PCM, the ffmpeg show audio …

audio ffmpeg pcm aac resampling
How to correctly read decoded PCM samples on iOS using AVAssetReader -- currently incorrect decoding

I am currently working on an application as part of my Bachelor in Computer Science. The application will correlate data …

ios audio core-audio pcm avassetreader
how to play pcm raw data in java

I have PCM samples in a short array. What is the best way to play this out? The format is 8000…

java audio pcm
Convert 16 bit pcm to 8 bit

I have pcm audio stored in a byte array. It is 16 bits per sample. I want to make it 8 bit …

java algorithm audio bit pcm
Interpreting WAV Data

I'm trying to write a program to display PCM data. I've been very frustrated trying to find a library with …

python audio pcm
Mixing 16 bit linear PCM streams and avoiding clipping/overflow

I've trying to mix together 2 16bit linear PCM audio streams and I can't seem to overcome the noise issues. I …

c audio signal-processing pcm mixing
Extract iPod Library raw PCM samples and play with sound effects

I am trying to extract raw PCM samples from an MP3 in the iPod Library so that I can play …

iphone objective-c mp3 ipod pcm
How to get PCM data from a wav file?

I have a .wav file. I want to get the PCM data from that sound file, so that I can …

java wav javasound pcm
Playing PCM stream from Web Audio API on Node.js

I'm streaming recorded PCM audio from a browser with web audio api. I'm streaming it with binaryJS (websocket connection) to …

node.js audio stream pcm web-audio-api
iOS: Playing PCM buffers from a stream

I'm receiving a series of UDP packets from a socket containing encoded PCM buffers. After decoding them, I'm left with …

ios audio pcm