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:
@ -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",
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user