@minto-ai/microsoft-tts
Version:
微软LAT 语音转文本
27 lines (26 loc) • 490 B
JSON
{
"name": "@minto-ai/microsoft-tts",
"type": "module",
"version": "0.0.26",
"description": "微软LAT 语音转文本",
"author": "hcc",
"license": "ISC",
"keywords": [
"LAT",
"语音转文本"
],
"publishConfig": {
"access": "public"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build"
},
"dependencies": {
"microsoft-cognitiveservices-speech-sdk": "^1.45.0"
}
}