Future<AudioMeta> fromPathAsyncImpl(String path) async { return await AudioMeta.fromFileAsync(File(path)); }