Page 1 of 1

Better Audio Lib

PostPosted: Fri Apr 01, 2016 8:00 am
by ripper121
Hi,
i found a better Audio Lib for the gamebuino.

https://github.com/Counterfeiter/ATTiny_Song_Driver

The sound is made with the Timer Function and not like the default Arduino Ton lib over delays. So its possible to play musik in background without blocking the Main Loop.

Re: Better Audio Lib

PostPosted: Fri Apr 01, 2016 9:19 am
by Sorunome
I thought the gamebuino lib used interrupts for just that, running music in the background without delaying the main thread?