Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server] added asr engine #1413

Merged
merged 13 commits into from
Feb 14, 2022
Merged

Conversation

WilliamZhang06
Copy link
Collaborator

PR types

New features

PR changes

Models

Describe

added asr engine

@zh794390558 zh794390558 added this to the r0.2.0 milestone Jan 29, 2022
@zh794390558 zh794390558 requested a review from KPatr1ck February 13, 2022 14:50
@zh794390558
Copy link
Collaborator

@KPatr1ck review下

"global": "success"
},
"result": {
"description": "tts server",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asr server


class EngineFactory(object):
@staticmethod
def get_engine(engine_name):
def get_engine(engine_name: str):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

str 用 typing的 Text

"""

audio_file = input
# logger.info("Preprocess audio_file:" + audio_file)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释清理掉吧

speechserving/tests/http_client.py Show resolved Hide resolved
Copy link
Collaborator

@zh794390558 zh794390558 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zh794390558 zh794390558 merged commit 1219537 into PaddlePaddle:server Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants