You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/speech_server/README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,6 @@ At present, the speech tasks integrated by the service include: asr (speech reco
26
26
Currently the engine type supports two forms: python and inference (Paddle Inference)
27
27
**Note:** If the service can be started normally in the container, but the client access IP is unreachable, you can try to replace the `host` address in the configuration file with the local IP address.
28
28
29
-
30
-
The input of ASR client demo should be a WAV file(`.wav`), and the sample rate must be the same as the model.
31
-
32
-
Here are sample files for thisASR client demo that can be downloaded:
0 commit comments