You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# This is the parameter configuration file for PaddleSpeech Serving.
|
|
|
|
|
|
|
|
##################################################################
|
|
|
|
# SERVER SETTING #
|
|
|
|
##################################################################
|
|
|
|
host: '0.0.0.0'
|
|
|
|
port: 8090
|
|
|
|
|
|
|
|
##################################################################
|
|
|
|
# CONFIG FILE #
|
|
|
|
##################################################################
|
|
|
|
# add engine type (Options: python, inference)
|
|
|
|
engine_type:
|
|
|
|
asr: 'inference'
|
|
|
|
# tts: 'inference'
|
|
|
|
|
|
|
|
# add engine backend type (Options: asr, tts) and config file here.
|
|
|
|
engine_backend:
|
|
|
|
asr: 'conf/asr/asr_pd.yaml'
|
|
|
|
#tts: 'conf/tts/tts_pd.yaml'
|