small change to ffmpeg params
This commit is contained in:
		@@ -56,7 +56,7 @@ namespace NadekoBot.Modules.Music.Classes
 | 
				
			|||||||
                   p = Process.Start(new ProcessStartInfo
 | 
					                   p = Process.Start(new ProcessStartInfo
 | 
				
			||||||
                   {
 | 
					                   {
 | 
				
			||||||
                       FileName = "ffmpeg",
 | 
					                       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,
 | 
					                       UseShellExecute = false,
 | 
				
			||||||
                       RedirectStandardOutput = true,
 | 
					                       RedirectStandardOutput = true,
 | 
				
			||||||
                       RedirectStandardError = false,
 | 
					                       RedirectStandardError = false,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user