Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayak-brm committed Feb 5, 2024
1 parent c5d2a90 commit 97f96a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,15 @@ Change it by:
mySpeaker.voice = 'es'
```

#### Export to wav file
#### Export to .WAV file

By default, your text will just be spoken alloud, but if you want it to be written to a wav file, you can specify an `export_path` when calling the `say` function
By default, your text will just be spoken aloud, but if you want it to be written to a .WAV file, you can specify an `export_path` when calling the `say` function, as seen below:

```python
mySpeaker.say("Export this to a file", export_path="test.wav")
```

- Special thanks to [FlorianEagox](https://github.com/FlorianEagox) for this feature.
## Special thanks

- [MickeyDelp](https://github.com/MickeyDelp) for wordgap and amplitude controls, and other helper methods.
- [FlorianEagox](https://github.com/FlorianEagox) for the export to WAV file feature.

0 comments on commit 97f96a8

Please sign in to comment.