You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Edit: Fixed for Python 3 by simply adding brackets () to Print
Also can't get ffmpg to convert the wave files. It creates the mp3 splits but they are all 0 size. Ogg files it says codec is experimental and skips them.
Edit: mp3 creation works if you comment out the vorbis encode line. When it fails it stops the mp3 being written correctly.
Print command errors
https://stackoverflow.com/questions/25445439/what-does-syntaxerror-missing-parentheses-in-call-to-print-mean-in-python
Edit: Fixed for Python 3 by simply adding brackets () to Print
Also can't get ffmpg to convert the wave files. It creates the mp3 splits but they are all 0 size. Ogg files it says codec is experimental and skips them.
Edit: mp3 creation works if you comment out the vorbis encode line. When it fails it stops the mp3 being written correctly.