mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Fixed the fix and built
This commit is contained in:
@@ -87,7 +87,7 @@ export default class AudioEncoder {
|
||||
return new Promise((resolve, reject) => {
|
||||
var enc = cpoc.spawn(self.getCommand(), [
|
||||
'-loglevel', '0',
|
||||
'-i', '-',
|
||||
'-i', file,
|
||||
'-f', 's16le',
|
||||
'-ar', '48000',
|
||||
'-ac', 2,
|
||||
|
||||
Reference in New Issue
Block a user