mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
SDCard music player from dueros example.
This commit is contained in:
9
device/main/AudioPlayer.hpp
Normal file
9
device/main/AudioPlayer.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class AudioPlayer {
|
||||
void* playerHandle;
|
||||
|
||||
public:
|
||||
AudioPlayer();
|
||||
void play(char* uri);
|
||||
};
|
Reference in New Issue
Block a user