1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +00:00

updated ytdl and streamOps

This commit is contained in:
MatteZ02
2020-04-15 10:20:45 +03:00
parent ccb9e332f5
commit a35318cea8
3 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,9 @@
module.exports = {
ytdlOptions: { filter: "audio", highWaterMark: 1 << 25, volume: false, begin: null },
options: { seek: 0, bitrate: 1024, passes: 10, volume: 1, type: "converted" }
};
ytdlOptions: { filter: "audio", highWaterMark: 1 << 10, volume: false },
options: {
seek: 0,
bitrate: 1024,
volume: 1,
type: "converted",
},
};