Clear audio cache for specific chapter
Future<bool> clearChapterCache(String chapterId) async { return await BackgroundAudioConverter.deleteAudioFile(chapterId, _config.audioFormat); }