Use this tag for questions about the Pulse-Code Modulation representation of sampled signals.
I was confused with resampling result in new ffmpeg. I decode an AAC audio into PCM, the ffmpeg show audio …
audio ffmpeg pcm aac resamplingI am currently working on an application as part of my Bachelor in Computer Science. The application will correlate data …
ios audio core-audio pcm avassetreaderI have PCM samples in a short array. What is the best way to play this out? The format is 8000…
java audio pcmI'm trying to write a program to display PCM data. I've been very frustrated trying to find a library with …
python audio pcmI'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 mixingI am trying to extract raw PCM samples from an MP3 in the iPod Library so that I can play …
iphone objective-c mp3 ipod pcmI'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-apiI'm receiving a series of UDP packets from a socket containing encoded PCM buffers. After decoding them, I'm left with …
ios audio pcm