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] add stream tts server #1652

Merged
merged 3 commits into from
Apr 10, 2022
Merged

Conversation

lym0302
Copy link
Contributor

@lym0302 lym0302 commented Apr 6, 2022

PR types
New features

PR changes
add stream tts server

Describe
speech server

@lym0302 lym0302 added this to the r1.0.0 milestone Apr 6, 2022
@mergify mergify bot added the Server label Apr 6, 2022
@lym0302 lym0302 requested a review from zh794390558 April 6, 2022 13:29
@CLAassistant
Copy link

CLAassistant commented Apr 6, 2022

CLA assistant check
All committers have signed the CLA.

@zh794390558
Copy link
Collaborator

please sign CLA & milestone is r1.0.0a

@zh794390558 zh794390558 modified the milestones: r1.0.0, r1.0.0a Apr 7, 2022
paddlespeech/server/engine/tts/online/tts_engine.py Outdated Show resolved Hide resolved
paddlespeech/server/utils/audio_process.py Show resolved Hide resolved
@@ -31,3 +32,29 @@ def self_check():
""" self check resource
"""
return True


def denorm(data, mean, std):
Copy link
Collaborator

Choose a reason for hiding this comment

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

docstring

paddlespeech/server/utils/util.py Show resolved Hide resolved
paddlespeech/server/ws/tts_socket.py Outdated 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 d65b63b into PaddlePaddle:develop Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants