diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 12:54:19 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-15 12:54:19 +0200 |
| commit | bbaf2c576b324cf2f519220930d5c99b0496023e (patch) | |
| tree | 00baa1777e12c1d6008ee94aa5d452d6d84feadb /mumd | |
| parent | 9350dd303bbfc1534f61f996bd4206b1e10e5f34 (diff) | |
| download | mum-bbaf2c576b324cf2f519220930d5c99b0496023e.tar.gz | |
audioouput doc
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/audio.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mumd/src/audio.rs b/mumd/src/audio.rs index f52389a..6c20d08 100644 --- a/mumd/src/audio.rs +++ b/mumd/src/audio.rs @@ -122,6 +122,9 @@ impl AudioInput { } } +/// Audio output state. The audio is received from each client over the network, +/// decoded, merged and finally played to an [AudioOutputDevice] (e.g. speaker, +/// headphones, ...). pub struct AudioOutput { device: DefaultAudioOutputDevice, /// The volume and mute-status of a user ID. |
