YT-DLX: The Ultimate Multimedia Downloader
YT-DLX is a powerful and versatile tool that allows you to download audio and video content from a wide range of sources, including YouTube, Vimeo, and many more.

YtDlx.Audio.Custom()
Downloads or streams audio from YouTube with customizable options for quality, filters, and output formats.
Audio Processing
Customize audio downloads with flexible options and filters
Parameters
An object containing the configuration options.
The search query or video URL. Required.
(Optional) The directory to save the output file.Cannot be used with metadata: true
.
(Optional) Whether to use Tor.
(Optional) Whether to stream the output.Cannot be used with metadata: true
.
(Optional) Enable verbose logging.
(Optional) Only fetch metadata.Cannot be used with output
,stream
, orfilter
.
The desired audio resolution/quality. Required.
Available: high
medium
low
ultralow
(Optional) An audio filter to apply.Cannot be used with metadata: true
.
Available: echo
slow
speed
phaser
flanger
panning
reverse
vibrato
subboost
Return Value
An EventEmitter instance for handling events during the audio processing.
FFmpeg command started.
Download/stream progress.
Process complete (path or stream path).
Video metadata, formats, suggested filename.(if metadata: true
)
Streamable filename/path and FFmpeg instance.(if stream: true
)
Error occurred.