Get all geometries associated with the AudioOut
final geometries = await myAudioOut.getGeometries();
Future<List<Geometry>> getGeometries({Map<String, dynamic>? extra});