Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ const synthesizer = await pipeline('text-to-speech', 'Xenova/mms-tts-ara', {
|
|
23 |
const output = await synthesizer('مرحبا');
|
24 |
console.log(output);
|
25 |
// {
|
26 |
-
// audio: Float32Array(
|
27 |
// sampling_rate: 16000
|
28 |
// }
|
29 |
```
|
|
|
23 |
const output = await synthesizer('مرحبا');
|
24 |
console.log(output);
|
25 |
// {
|
26 |
+
// audio: Float32Array(23808) [ ... ],
|
27 |
// sampling_rate: 16000
|
28 |
// }
|
29 |
```
|