1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-19 08:44:48 +00:00
musix-oss/src/struct/config/streamConfig.js
2020-05-08 10:35:48 +03:00

13 lines
202 B
JavaScript

module.exports = {
ytdlOptions: {
filter: "audio",
highWaterMark: 1 << 25,
volume: false,
},
options: {
seek: null,
bitrate: 1024,
volume: 1,
type: "converted",
},
};