1
0
Fork 0

Added Audio to my Atomic

This commit is contained in:
IBNobody 2016-04-15 14:42:50 -05:00
parent 39e520c010
commit 8f85117aa9
6 changed files with 297 additions and 175 deletions

View file

@ -6,6 +6,6 @@
void play_sample(uint8_t * s, uint16_t l, bool r);
void play_note(double freq, int vol);
void stop_note(double freq);
void stop_all_notes();
void init_notes();
void stop_all_notes(void);
void init_notes(void);
void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat);