From 97f96a8ae2be8d28a1323268b8b834d32cda3e60 Mon Sep 17 00:00:00 2001 From: Sayak Brahmachari Date: Mon, 5 Feb 2024 21:51:27 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8aedf56..490acd6 100644 --- a/README.md +++ b/README.md @@ -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.