From 0f94d30e5ab7945582e1fc7124bbe50c42f37a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 15 Jun 2021 12:51:46 +0200 Subject: incoming -> outgoing packets --- mumd/src/audio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd/src/audio.rs') diff --git a/mumd/src/audio.rs b/mumd/src/audio.rs index 46f7050..b3c809d 100644 --- a/mumd/src/audio.rs +++ b/mumd/src/audio.rs @@ -76,7 +76,7 @@ impl TryFrom<&str> for NotificationEvents { pub struct AudioInput { device: DefaultAudioInputDevice, - /// Voice packets received from the network. + /// Outgoing voice packets that should be sent over the network. channel_receiver: Arc> + Unpin>>>, } -- cgit v1.2.1