aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/voice/streamer.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/voice/streamer.rs b/src/voice/streamer.rs
index c904716..893f92a 100644
--- a/src/voice/streamer.rs
+++ b/src/voice/streamer.rs
@@ -134,6 +134,8 @@ fn _ffmpeg(path: &OsStr) -> Result<Box<AudioSource>> {
/// ```rust,no_run
/// use serenity::voice;
///
+/// let stereo_val = "2";
+///
/// let streamer = voice::ffmpeg_optioned("./some_file.mp3", &[
/// "-f",
/// "s16le",