UNPKG
@webgal-tools/voice
Version:
alpha (1.6.2)
latest (1.7.18)
1.7.18
1.7.17
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.2.0
1.0.1
WebGAL GPT-SoVITS语音合成应用
github.com/floatDreamWithSong/webgal-tools
floatDreamWithSong/webgal-tools
@webgal-tools/voice
/
dist
/
translate
/
test.d.ts
9 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 简单的测试函数,验证翻译服务接口的解耦 */
export
declare
function
testTranslationServices
(
):
Promise
<
void
>;
/** * 测试翻译服务接口的统一性 */
export
declare
function
testTranslationInterface
(
):
Promise
<
void
>;
//# sourceMappingURL=test.d.ts.map