未验证 提交 450a4719 编写于 作者: W WilliamZhang06 提交者: GitHub

Merge branch 'server' into server

......@@ -13,7 +13,6 @@
# limitations under the License.
from fastapi import APIRouter
from .tts_api import router as tts_router
#from .asr_api import router as asr_router
......
......@@ -19,6 +19,7 @@ from pydantic import BaseModel
__all__ = ['ASRRequest', 'TTSRequest']
#****************************************************************************************/
#************************************ ASR request ***************************************/
#****************************************************************************************/
......@@ -66,3 +67,4 @@ class TTSRequest(BaseModel):
sample_rate: int = 0
save_path: str = None
audio_format: str = "wav"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册