-
## 环境
- python==3.10
- paddlepaddle==2.5.0
- paddlespeech 从develop分支编译安装
## 问题描述
按照[部署说明](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/paddlespeech/server/README_cn.md)中示例部署Onli…
-
### Task: Create E2E Test Suite for WebSocket Connection and Audio Transcription
#### Description
We need to create an end-to-end (E2E) test suite that verifies the complete flow of our transcript…
-
I've install the Android app on my old chromebook (Chrome OS 100.0.4896.82, Acer N15Q8). Everything (including TTS) seems to work, but there is no microphone icon and thus no ASR. The settings does no…
-
In order to reach beta quality, we need to implement the following items:
* [ ] compile at least 10 codes without any workaround (except the items listed in "after beta" below):
* [x] [legacy mi…
-
## General Question
Hi, paddle paddle!
I have attempted to utilize this [documentation](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/demos/streaming_asr_server/README.md) to start…
-
Currently, the ASR tries to specify each intrinsic function. But in some cases, e.g., the Julia backend, it seems better to have an option where the ASR only marks a function intrinsic and lets the ba…
-
In the Cosyvoice paper (https://arxiv.org/pdf/2407.05407), the authors mentioned that _To the best of our knowledge, this is the first attempt to involve supervised speech tokens into TTS models._ How…
-
**Describe the bug**
ASR model has been trained and packed along with other required materials (stage 14) to be used for inference in another cluster/system. During inference "RuntimeError: Error(s) …
-
`Var` can point to a:
* `Variable`, the `type` field of can be any of (and the `Var` expr node is assumed to have this type):
* any primitive type (the `type_declaration` field is null), like a…
-
I think we also need to implement [`Constant`](https://docs.python.org/3/library/ast.html#ast.Constant) so that we support simple types such as `None`. Now the question is, how to represent that in A…