Tried to improve audio
This commit is contained in:
@@ -57,14 +57,11 @@ int main(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
LOG_INF("Init complete. Starting audio playback test...");
|
||||
|
||||
k_sleep(K_SECONDS(1));
|
||||
LOG_INF("Init complete.");
|
||||
|
||||
k_sleep(K_MSEC(500));
|
||||
LOG_INF("Playing test audio files...");
|
||||
audio_queue_play("/lfs/sys/update", false);
|
||||
k_sleep(K_SECONDS(1));
|
||||
audio_start_random_playback(); // Starte die Wiedergabe eines zufälligen Sounds
|
||||
k_sleep(K_SECONDS(1));
|
||||
audio_queue_play("/lfs/sys/404", true);
|
||||
|
||||
audio_queue_play("/lfs/sys/confirm", false);
|
||||
k_sleep(K_FOREVER);
|
||||
}
|
||||
Reference in New Issue
Block a user