Revert "#2 Custom ffmpeg install"

This reverts commit 74b55a50d43072be8241c1e174f85745fb0234be.
This commit is contained in:
azlux 2018-06-05 02:35:00 +02:00
parent 74b55a50d4
commit 68bb98a65c

View File

@ -279,7 +279,7 @@ class MumbleBot:
else: else:
ffmpeg_debug = "warning" ffmpeg_debug = "warning"
command = ["/usr/bin/env ffmpeg", '-v', ffmpeg_debug, '-nostdin', '-i', path, '-ac', '1', '-f', 's16le', '-ar', '48000', '-'] command = ["/usr/bin/ffmpeg", '-v', ffmpeg_debug, '-nostdin', '-i', path, '-ac', '1', '-f', 's16le', '-ar', '48000', '-']
self.thread = sp.Popen(command, stdout=sp.PIPE, bufsize=480) self.thread = sp.Popen(command, stdout=sp.PIPE, bufsize=480)
var.current_music[2] = title var.current_music[2] = title
var.current_music[3] = path var.current_music[3] = path