I want to convert any audio file (flac, wav,...) to mp3 with python
I am a noob , I tried pydub
but I didn't found out how to make ffmpeg work with it, and If I'm right it can't convert flac file.
The idea of my project is to : Make musicBee send the path of the 'now playing' track (by pressing the assigned shortcut) to my python file which would convert the music if it is not in mp3 and send it to a folder. (Everything in background so I don't have to leave what I'm doing to make the operation)