Selects the audio output device with the given deviceId.
deviceId
@override Future<bool> selectAudioOutput(String deviceId) async { return true; }