sync
This commit is contained in:
@@ -24,12 +24,19 @@ int audio_init(void);
|
||||
|
||||
/**
|
||||
* @brief Plays an audio file from the filesystem
|
||||
*
|
||||
* @param filename The path to the audio file to play
|
||||
*/
|
||||
void audio_play(void);
|
||||
void audio_play(const char *filename)
|
||||
|
||||
/**
|
||||
* @brief Stops the currently playing audio
|
||||
*/
|
||||
void audio_stop(void);
|
||||
|
||||
/**
|
||||
* @brief Signals the audio thread that the system is fully booted
|
||||
*/
|
||||
void audio_system_ready(void);
|
||||
|
||||
#endif // AUDIO_H
|
||||
Reference in New Issue
Block a user