You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Arduino Simple TTS
2
2
3
3
Microcontrollers do not have enough resources to provide a high quality Text to Speech functionality.
4
-
However often it might be good enough just to provide a solution which is based on some pre-recorded audio.
4
+
However, often it might be good enough to provide a solution which is based on some pre-recorded audio.
5
5
6
6
I was wondering about the limitations of this approach and decided to implement a small prototype Arduino library
7
-
which is based on the [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools) for the audio output.
7
+
that is based on the [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools) for the audio output.
8
8
9
-
To keep things simple I decided to start with a simple implementation that can process numbers and on top of that another one which
9
+
To keep things simple I started with a simple implementation that can process numbers and on top of that another one which
10
10
reads out the time. So the starting point are some classes that tranlate numbers to test.
11
11
12
12
This functionality can be used e.g. to build some
@@ -122,5 +122,5 @@ I think this leave plenty of headroom and you still have the option to store the
122
122
123
123
## Documentation
124
124
125
-
Here is the [link to the generated class documentation](https://pschatzmann.github.io/arduino-simple-tts/docs/html/annotated.html)
125
+
Here is the [link to the generated class documentation](https://pschatzmann.github.io/arduino-simple-tts/docs/html/annotated.html).
126
126
Further information can be found in the [Uncyclo](https://github.com/pschatzmann/arduino-simple-tts/wiki) and in my [Blogs](https://www.pschatzmann.ch/home/tag/tts/)
0 commit comments