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
I am using the OfflineTts with the vits-piper-en_US-lessac-low model on Windows. My git convert the line separator from \n to \n\r automaticly when I pull changes from the remote repo, and then my android crashes at the OfflineTts newFromFile native call.
after I change the line separator back to \n, all works fine again!
please check
The text was updated successfully, but these errors were encountered:
I am using the OfflineTts with the vits-piper-en_US-lessac-low model on Windows. My git convert the line separator from \n to \n\r automaticly when I pull changes from the remote repo, and then my android crashes at the OfflineTts newFromFile native call.
after I change the line separator back to \n, all works fine again!
please check
The text was updated successfully, but these errors were encountered: