[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
wget with Google TTS with Chinese not working
From: |
Mike Ahrens |
Subject: |
wget with Google TTS with Chinese not working |
Date: |
Tue, 10 Dec 2024 10:40:02 -0700 |
Hello,
Trying to use this wget command line:
wget -q -U Mozilla -O .\MP3\medicine.mp3_1 "
http://translate.google.com/translate_tts?ie=UTF-8&total=1&idx=0&textlen=32&client=tw-ob&q=++%2C+%E8%8D%AF++%2C++&tl=zh-tw
"
I only hear back garbage -- not understandable Chinese,
But in the browser the exact URL line used above is:
http://translate.google.com/translate_tts?ie=UTF-8&total=1&idx=0&textlen=32&client=tw-ob&q=++%2C+%E8%8D%AF++%2C++&tl=zh-tw
and it sounds very good
Can you provide some help on why wget is not getting the Chinese
pronnuncistion right.
if you try similar wget commands with English, it works fine.
Thanks,
Mike
Denver, Co
(303) 809-3387
c:\Stuff>wget --version
GNU Wget 1.16 built on mingw32.
+digest +https +ipv6 +iri +large-file -nls +ntlm +opie -psl +ssl/openssl
Wgetrc:
/usr/local/etc/wgetrc (system)
Compile:
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H
-DSYSTEM_WGETRC="/usr/local/etc/wgetrc"
-DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib
-I/win32dev/misc/wget/out64/include
-I/win32dev/misc/wget/out64/include -g -O2
Link:
x86_64-w64-mingw32-gcc -g -O2 --static
-L/win32dev/misc/wget/out64/lib
/win32dev/misc/wget/out64/lib/libssl.a
/win32dev/misc/wget/out64/lib/libcrypto.a -lws2_32 -lole32 -lgdi32
-lcrypt32 -lidn /win32dev/misc/wget/out64/lib/libiconv.a ftp-opie.o
mswindows.o openssl.o http-ntlm.o ../lib/libgnu.a
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Please send bug reports and questions to <bug-wget@gnu.org>.
c:\Stuff>
- wget with Google TTS with Chinese not working,
Mike Ahrens <=