small change to ffmpeg params
This commit is contained in:
		@@ -56,7 +56,7 @@ namespace NadekoBot.Modules.Music.Classes
 | 
			
		||||
                   p = Process.Start(new ProcessStartInfo
 | 
			
		||||
                   {
 | 
			
		||||
                       FileName = "ffmpeg",
 | 
			
		||||
                       Arguments = $"-ss {SkipTo} -i {SongInfo.Uri} -f s16le -ar 48000 -ac 2 pipe:1 -loglevel quiet",
 | 
			
		||||
                       Arguments = $"-ss {SkipTo} -i {SongInfo.Uri} -f s16le -ar 48000 -vn -ac 2 pipe:1 -loglevel quiet",
 | 
			
		||||
                       UseShellExecute = false,
 | 
			
		||||
                       RedirectStandardOutput = true,
 | 
			
		||||
                       RedirectStandardError = false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user