Add C++ runtime for MeloTTS (#1138)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace sherpa_onnx {
|
||||
|
||||
TEST(UTF8, Case1) {
|
||||
std::string hello = "你好, 早上好!世界. hello!。Hallo";
|
||||
std::string hello = "你好, 早上好!世界. hello!。Hallo! how are you?";
|
||||
std::vector<std::string> ss = SplitUtf8(hello);
|
||||
for (const auto &s : ss) {
|
||||
std::cout << s << "\n";
|
||||
|
||||
Reference in New Issue
Block a user