Open EnCodecwtf opened 2 years ago
Command usage is explained in details in our README https://github.com/facebookresearch/encodec#usage Also Encodec cannot compress mp3 directly, you will have to convert to wav first.
Have read the readme but can't figure it out. You can't give me a hint.
In terminal in right folder the Wav file is h.wav I want the audio want it to be 12 kbps.
Tried a bunch of scripts no one worked. I I got a working one I can go from that.
Thanks.
To compress, encodec -b 12 --hq h.wav sound.ecdc
, to decompressed encodec -b 12 --hq sound.ecdc decoded.wav
I only got an error command don't exist. Don't understand why. Phyton is installed.
I don't got a clue
❓ Questions
Sitting on Linux mint with python 3.8 In the terminal location EnCodec map, got a audio file sound.mp3
What is the terminal command to get it funktion? I can't figur out that... Can you help?