/**
* Provide path to your audio file.
*
* @return
*/
@OverRide
protected String getFileName() {
return "path to your audio file";
}
What is the need to fill in the audio file path here? Please give an example? I filled in /storage/emulated/0/Download/test.wav and still can't find the file (provided this path has this file)