From 9350dd303bbfc1534f61f996bd4206b1e10e5f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 15 Jun 2021 12:52:48 +0200 Subject: more audioinput --- mumd/src/audio.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mumd/src') diff --git a/mumd/src/audio.rs b/mumd/src/audio.rs index b3c809d..f52389a 100644 --- a/mumd/src/audio.rs +++ b/mumd/src/audio.rs @@ -72,7 +72,8 @@ impl TryFrom<&str> for NotificationEvents { } } -/// Input audio state. +/// Input audio state. Input audio is picket up from an [AudioInputDevice] (e.g. +/// a microphone) and sent over the network. pub struct AudioInput { device: DefaultAudioInputDevice, -- cgit v1.2.1