sergree / matchering

🎚️ Open Source Audio Matching and Mastering
https://pypi.org/project/matchering/
GNU General Public License v3.0
1.33k stars 156 forks source link

Target audio stream error #5

Closed Raprodent closed 4 years ago

Raprodent commented 4 years ago

I followed the Python instructions, but I'm getting a "ERROR: Unknown audio stream in target file" - what is wrong? They're wav :(

sergree commented 4 years ago

This may mean that the file is not found, or the file cannot be read. I think - the first. I will add more concrete explanation in future version.

In the meantime, please check the path to the audio file. If they are not in the same folder as the script - you need to use an absolute path, for example: python3 matchering.py /vagrant/your_mix.wav /vagrant/reference.wav. If your path has spaces, use quotes.

This version is temporary, in the future I plan to make a convenient containerized web application for it.

Raprodent commented 4 years ago

Hmm, they are in the same folder. I'd be happy to try that out, I'm heavily invested in mastering. I've tried all Ozones and nearly all DAWs there is, but I keep coming back to Matchering.. Send me a beta invite and I got these cheeseburgers man ;D

Raprodent commented 4 years ago

Could you please remoteview my desktop and help me find the issue? Bless 2020 xoxo

sergree commented 4 years ago

@Raprodent Yo, send your skype id here please: wokashi.rg@gmail.com

sergree commented 4 years ago

It was https://github.com/microsoft/WSL/issues/552. Just use local Anaconda distribution on Windows. Or install VirtualBox + Vagrant.