support specifying output filename (#380)

This commit is contained in:
Fangjun Kuang
2023-10-21 14:43:11 +08:00
committed by GitHub
parent 1937717705
commit b582f6c115
4 changed files with 18 additions and 9 deletions

View File

@@ -45,4 +45,5 @@ protected:
SherpaOnnxOfflineTts *tts_;
CEdit my_text_;
CEdit output_filename_;
};