DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games
GNU General Public License v3.0
594 stars 54 forks source link

Using the new features with ffmpeg 4.3 #14

Closed thaalesalves closed 3 years ago

thaalesalves commented 3 years ago

Hello! I liked this new feature to tweak the output a bit. I had to use Audacity to undersample the sounds to 16 bits so I could use them with the Creation Kit, but now that we can do it directly from the app, it's even better. The problem is that it says a file missing when I try to save the file.

I download the latest version of ffmpeg from their website, but I don't know what to do with it. What am I missing here?

Thanks!

DanRuta commented 3 years ago

Oh, interesting. Was there an error message in an error modal?

Alternatively, can you post the last bit of text from the server.log file?

thaalesalves commented 3 years ago

I went to reproduce the error and take a screenshot, and it decided to work. I'll close the issue. Sorry for that hahaha

If the problem comes back, I'll reopen the issue with more details. Thanks!

thaalesalves commented 3 years ago

Alright, the error is back. Here's a screenshot.

image image

DanRuta commented 3 years ago

Hmm, I've not encountered this before. And it happens on and off? Seems there's a problem with calling the python ffmpeg bindings.

Not sure if this would be the cause, but is the temporary file still at the input location when you get this?

thaalesalves commented 3 years ago

The temporary files are indeed disappearing without me deleting them. The play button is disabled even to files that I have already saved.