EP2 yt-dlp and pitch tuning

Опубликовано: 11 Сентябрь 2026
на канале: keiyowo tech
15
0

Episode 2: we make use of package yt-dlp to extract audio in wav format and carry out pitch tuning written in first episode.

So! in short
by
(1) condo activate pitch
(2) yt-dlp -x --audio-format wav --audio-quality 0 'YouTube link of your audio'
(3) python convertMP3.py --fname filename --f0 440 --fp 432
(optional 4) ffmpeg -i filename432.wav -vn -ar 44100 -ac 2 -b:a 192k output.mp3

There you have your three step audio filename432.wav/mp3 file !!