diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 12:52:48 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 12:52:48 +0200 |
| commit | 9350dd303bbfc1534f61f996bd4206b1e10e5f34 (patch) | |
| tree | 2efa62ffd4146d9b8c518a9d589285c3238970fa /mumd/src/audio.rs | |
| parent | 0f94d30e5ab7945582e1fc7124bbe50c42f37a45 (diff) | |
| download | mum-9350dd303bbfc1534f61f996bd4206b1e10e5f34.tar.gz | |
more audioinput
Diffstat (limited to 'mumd/src/audio.rs')
| -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, |
