void playFile( StorageEnum drv, char * songName );
void playFile( StorageEnum drv, char * songName );
Plays an audio file from an SD card or the flash storage.
|
Parameters |
Description |
|
StorageEnum drv |
[IN] The storage type, it can be storageSD (SD card) or storageFlash (flash storage). |
|
char * songName |
[IN] The path of the audio file in ASCII (char*) encoding. |
LAudio.h