Skip to content

Commit

Permalink
Bit of readme rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
soops committed Sep 16, 2023
1 parent 333c754 commit c3a2b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# sTTS-iOS

*sTTS-iOS* is my first attempt at an iOS app built with Swift/SwiftUI, a simple text-to-speech app that provides options for voice, speed, pitch, and volume. The text-to-speech implementation is provided by Apple's `AVSpeechSynthesizer`, `AVSpeechUtterance` and `AVSpeechSynthesisVoice`
*sTTS-iOS* is a simple text-to-speech app that provides options for voice, speed, pitch, and volume, and my first attempt at an iOS app built with Swift/SwiftUI. The text-to-speech implementation is provided by Apple's `AVSpeechSynthesizer`, `AVSpeechUtterance` and `AVSpeechSynthesisVoice`

![Screenshot of sTTS-iOS](https://raw.githubusercontent.com/soops/sTTS-iOS/1d43a95c52e021559ca7249f707873655594c90f/screen.png)

Expand Down

0 comments on commit c3a2b08

Please sign in to comment.