-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set langcode zh-TW but output wrong coding as simplify Chinese(zh-CN) in ubuntu #191
Comments
more information to explain issue... |
more try to confirm issue, I found the issue is in google speech API, because API produce text is already wrong. Then I try to curl to try API... when I try in my mac environment...
Then I upload audio file and try same script in ubuntu...
Obviously, output text is different. Why! does api is depend on environment??? Does anyone has comments for this? |
fix installation of python-Levenshtein
I use command line to make sub in ubuntu as below
autosub -S zh-TW -D zh-TW andy-good_food_sub1.mp4
then response following with no any error ...
but when I check andy-good_food_sub1.srt inside , the content is simplify chinese (zh-CN)
2
00:00:03,072 --> 00:00:04,096
营养师
3
00:00:04,352 --> 00:00:05,632
今天跟大家分享
4
00:00:06,144 --> 00:00:08,448
非常多人问我的有问题
:
:
9
00:00:14,080 --> 00:00:17,152
不同的年龄就是儿童青少年男士
10
00:00:17,408 --> 00:00:23,040
现在成年人拿孕妇和老年人的更年期妇女每个人的营养需求都不一样
:
:
I am sure this is simplify Chinese not traditional Chinese
The issue is so tricky, does anyone has this issue before? I cannot figure out how to solve this...
Any information will be appreciate.
Andy
The text was updated successfully, but these errors were encountered: