PCM icon indicating copy to clipboard operation
PCM copied to clipboard

Arduino library for simple playback of audio samples using pulse-code modulation.

Results 9 PCM issues
Sort by recently updated
recently updated
newest added

when i use more than one array defined on top is played only last one. void setup() { startPlayback(sounddata_data,sizeof(sounddata_data));

Let's say we have an LED that is controlled on pin 10 of Arduino Nano, and the speaker is connected to pin 11 as the library states. When the startPlayback()...

Hello, thank you so much for this library. I'm trying to use Timer 5A (pin 44) for playing the samples (it works fine without modifications on pin 10 on Mega)....

How can i use this library for Arduino leonardo or MegaCore (atmega128)?? When i try i see this error; \Arduino\libraries\PCM-master\PCM.c:105:17: error: 'WGM21' undeclared (first use in this function) TCCR0A |=...

On file `library.properties` * `name=PCM` This name is already being used by another library: https://github.com/TMRh20/TMRpcm When I installed dependency "PCM" on the `platformio.ini` of my project it installed the one...

Is it possible to have this library working on the ATTiny 85? Thanks!

i want to know that how much delay is appropriate between two samples for better audibility.... i am trying to recreate this project.... but if i play each 8bit samples...

Any chance to get those libs working for ESP32 C3 Supermini?