audio static method

List<DiveInput> audio()

Implementation

static List<DiveInput> audio() => obslib.audioInputs().map(DiveInput.fromMap).toList();