OptionalcustomFilters?: FiltersOverride defaultFilters or add more ffmpeg filters
OptionalemitAddListWhenCreatingQueue?: booleanWhether or not emitting addList event when creating a new Queue
OptionalemitAddSongWhenCreatingQueue?: booleanWhether or not emitting addSong event when creating a new Queue
OptionalemitNewSongOnly?: booleanWhether or not emitting Events.PLAY_SONG event when looping a song or next song is the same as the previous one
Optionalffmpeg?: { args?: Partial<FFmpegArgs>; path?: string }FFmpeg options
Optionalargs?: Partial<FFmpegArgs>FFmpeg default arguments
Optionalpath?: stringFFmpeg path
OptionaljoinNewVoiceChannel?: booleanWhether or not joining the new voice channel when using DisTube#play method
Optionalnsfw?: booleanWhether or not playing age-restricted content and disabling safe search in non-NSFW channel
Optionalplugins?: DisTubePlugin[]DisTube plugins. The order of this effects the priority of the plugins when verifying the input.
OptionalsavePreviousSongs?: booleanWhether or not saving the previous songs of the queue and enable DisTube#previous method. Disable it may help to reduce the memory usage
DisTube options