diff options
Diffstat (limited to 'mumd/src')
| -rw-r--r-- | mumd/src/audio.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
