File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.
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.
8
8
use crate :: common:: { ChannelCount , SampleRate } ;
9
9
use crate :: decoder;
10
10
use crate :: mixer:: { mixer, Mixer , MixerSource } ;
You can’t perform that action at this time.
0 commit comments