filePath - path of the file to be loaded
filePath
@override Future<AudioSource?> fromPath(String filePath) async{ return await SoLoud.instance.loadFile(filePath); }