How To Get Audio Samples From Python-vlc
What I need I am working on a music player with a sample analyzer. My issue is that I am currently using pydub to get the samples from the song, but as the song gets longer, the mo
Solution 1:
You probably want to use ffmpeg directly for this.
Post a Comment for "How To Get Audio Samples From Python-vlc"