Skip to content

Commit f0b7ec3

Browse files
committed
first version
1 parent c83f4fd commit f0b7ec3

24 files changed

+1560
-1
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
.DS_Store
3+
.git
4+
*.orig
5+
*~
6+
.*.swp
7+
*.xcodeproj/*.mode1v3
8+
*.xcodeproj/*.pbxuser
9+
*.xcodeproj/*.perspectivev3
10+
*xcuserdata
11+
*.xcworkspace*
12+
13+
Podfile.lock
14+
Pods
15+
16+
version.xcconfig

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675-

Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
platform :osx, "10.9"
2+
use_frameworks!
3+
pod 'FoundationExtension'
4+
pod 'SayKit'

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Say
2+
====
3+
4+
Convert text to audiable speech.
5+
6+
Play it or save it to audio file.
7+
8+
![Main window](https://raw.githubusercontent.com/youknowone/Say/master/Screenshots/main.png)

0 commit comments

Comments
 (0)