mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update funasr-wss-client
This commit is contained in:
parent
3c2d793370
commit
c7cde30ab1
@ -474,6 +474,9 @@ class WebsocketClient {
|
||||
};
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
#ifdef _WIN32
|
||||
SetConsoleOutputCP(65001);
|
||||
#endif
|
||||
google::InitGoogleLogging(argv[0]);
|
||||
FLAGS_logtostderr = true;
|
||||
|
||||
|
||||
@ -341,7 +341,9 @@ class WebsocketClient {
|
||||
};
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
#ifdef _WIN32
|
||||
SetConsoleOutputCP(65001);
|
||||
#endif
|
||||
google::InitGoogleLogging(argv[0]);
|
||||
FLAGS_logtostderr = true;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user