Update README.md
Browse files
README.md
CHANGED
|
@@ -41,8 +41,6 @@ let wav = tts.synthesize("Hello from NobodyWho!")?;
|
|
| 41 |
std::fs::write("hello.wav", wav)?;
|
| 42 |
```
|
| 43 |
|
| 44 |
-
Requires the `tts` cargo feature: `nobodywho = { version = "2", features = ["tts"] }`.
|
| 45 |
-
|
| 46 |
## Benchmarks
|
| 47 |
|
| 48 |
Measured with `nobodywho` on **Apple M4 Pro, CPU**:
|
|
|
|
| 41 |
std::fs::write("hello.wav", wav)?;
|
| 42 |
```
|
| 43 |
|
|
|
|
|
|
|
| 44 |
## Benchmarks
|
| 45 |
|
| 46 |
Measured with `nobodywho` on **Apple M4 Pro, CPU**:
|