Update README.md
Browse files
README.md
CHANGED
|
@@ -54,4 +54,6 @@ console.log(await synthesizer(pinyin("中文")))
|
|
| 54 |
// audio: Float32Array(?) [ ... ],
|
| 55 |
// sampling_rate: 16000
|
| 56 |
// }
|
| 57 |
-
```
|
|
|
|
|
|
|
|
|
| 54 |
// audio: Float32Array(?) [ ... ],
|
| 55 |
// sampling_rate: 16000
|
| 56 |
// }
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
Note: Transformers.js (ONNX) version does not support speaker_id, so it will fixed in 0
|