Fixup Audio startup and add to documents (#13606)

* Fixup Audio startup and add to documents

* fix doc descriptions
This commit is contained in:
Drashna Jaelre 2021-08-15 13:51:50 -07:00 committed by GitHub
parent 4b453dca92
commit 4e3726bfe1
Failed to generate hash of commit
3 changed files with 30 additions and 1 deletions

View file

@ -139,6 +139,9 @@ void audio_init() {
audio_initialized = true;
}
stop_all_notes();
#ifndef AUDIO_INIT_DELAY
audio_startup();
#endif
}
void audio_startup(void) {