damellis / PCM

Arduino library for simple playback of audio samples using pulse-code modulation.
http://hlt.media.mit.edu/?p=1963
81 stars 25 forks source link

Not possible play more as one samples array #4

Open sjsivo opened 6 years ago

sjsivo commented 6 years ago

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

startPlayback(sounddata_data,sizeof(sounddata_data));<- never played this

startPlayback(anothersounddata,sizeof(anothersounddata));<-this is played only } thank you.

sjsivo commented 6 years ago

i add delay after playback run and then all go correctly. But please add variable that check another playing is runned.

irfAdmin commented 2 years ago

Can I play two channel data like stereo sound?