diff options
| -rw-r--r-- | src/commands/meme.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/meme.rs b/src/commands/meme.rs index 913be00..eb2885f 100644 --- a/src/commands/meme.rs +++ b/src/commands/meme.rs @@ -176,6 +176,7 @@ pub fn addaudiomeme(_: &mut Context, msg: &Message, mut args: Args) -> Result<() "-f", "opus", "-acodec", "libopus", "-b:a", "96k", + "-fs", "5M", "-", ]) .stdout(Stdio::piped()) |
