Skip to content

Commit 1de0470

Browse files
committed
docs on stream are now outer attribute (fixes missing docs lint)
1 parent d234cc6 commit 1de0470

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/stream.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//! Output audio via the OS via mixers or play directly
2+
//!
3+
//! This module provides a builder that's used to configure and open audio output. Once
4+
//! opened sources can be mixed into the output via `OutputStream::mixer`.
5+
//!
6+
//! There is also a convenience function `play` for using that output mixer to
7+
//! play a single sound.
18
use crate::common::{ChannelCount, SampleRate};
29
use crate::decoder;
310
use crate::mixer::{mixer, Mixer, MixerSource};

0 commit comments

Comments
 (0)