A third-party Python SDK for a iFLYTEK MSC. Using for ASR, TSS, KWS.
-
Install MSC SDK
$ pip install git+https://github.com/jm12138/iFLYTEK-MSC-Python-SDK
-
Import MSC SDK
import msc
-
Login MSC SDK
# Set the APP ID app_id = '' # Login MSC SDK msc.MSPLogin( usr=None, pwd=None, params="appid={}".format(app_id) )