mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Update sink.rs (#521)
This commit is contained in:
parent
8eaa226cef
commit
35dc35f426
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use crate::stream::{OutputStreamHandle, PlayError};
|
|||
use crate::{queue, source::Done, Sample, Source};
|
||||
use cpal::FromSample;
|
||||
|
||||
/// Handle to an device that outputs sounds.
|
||||
/// Handle to a device that outputs sounds.
|
||||
///
|
||||
/// Dropping the `Sink` stops all sounds. You can use `detach` if you want the sounds to continue
|
||||
/// playing.
|
||||
|
|
Loading…
Reference in a new issue