wenet-e2e / wetts

Production First and Production Ready End-to-End Text-to-Speech Toolkit
Apache License 2.0
368 stars 58 forks source link

[http] Update http server #189

Closed Shengqiang-Li closed 8 months ago

Shengqiang-Li commented 8 months ago

Update the code of the HTTP server:

  1. Read the sampling rate from the configuration file
  2. The HTTP server returns the byte stream of wav instead of writing the wav to a temporary file
  3. Fix some bugs in HTTP server code