String get audioPath => _audioPath;
set audioPath(String value) { _audioPath = value; notifyListeners(); }