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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# The Open Voice Factory - AAC software
3
2
4
3
Live site: http://theopenvoicefactory.org
@@ -15,7 +14,7 @@ The sections below let you play with our demos, have a go at creating your own,
15
14
16
15
17
16
## History
18
-
One of the parts of CommuniKate 20 that turned out to be very popular is the [live demo](http://joereddington.com/azulejoe/communikatedemo/en/) (you can view a video of it in action [here](http://joereddington.com/4693/2015/01/19/using-azulejoe-and-communikate-20-online/ "Using the Open Voice Factory and CommuniKate 20 online")). It's time to talk a little bit about that live demo and how it works. This is one of those posts that's only focused on the technical reader. It will have very little value to the non-coders among you I'm afraid. The live demo software is called the Open Voice Factory, it's entirely open-source and, like almost all the code presented on this site, it's [available to download from github](https://github.com/joereddington/azulejoe). When you view the live demo, what you are actually looking at is the CommuniKate 20 pageset running on the the Open Voice Factory software. The software that became the Open Voice Factory dates back to 2009 when I built a system for my little brother. When we started to prepare CommuniKate 20 for public release in 2014, the software was significantly overhauled into something that developed it’s own identity
17
+
One of the parts of CommuniKate 20 that turned out to be very popular is the [live demo](http://joereddington.com/azulejoe/communikatedemo/en/) (you can view a video of it in action [here](http://joereddington.com/4693/2015/01/19/using-azulejoe-and-communikate-20-online/ "Using the Open Voice Factory and CommuniKate 20 online")). It's time to talk a little bit about that live demo and how it works. This is one of those posts that's only focused on the technical reader. It will have very little value to the non-coders among you I'm afraid. The live demo software is called the Open Voice Factory, it's entirely open-source and, like almost all the code presented on this site, it's [available to download from github](https://github.com/joereddington/azulejoe). When you view the live demo, what you are actually looking at is the CommuniKate 20 pageset running on the Open Voice Factory software. The software that became the Open Voice Factory dates back to 2009 when I built a system for my little brother. When we started to prepare CommuniKate 20 for public release in 2014, the software was significantly overhauled into something that developed it’s own identity
19
18
20
19
### I like open source things, how can I get involved?
21
20
@@ -24,7 +23,7 @@ We love the idea of people helping out with the code. Because the Open Voice Fac
24
23
* precompute utterances
25
24
26
25
## Building the developement version
27
-
I've just built the working developement version on a mac that was not my own and the commands I needed were...
26
+
I've just built the working development version on a mac that was not my own and the commands I needed were...
28
27
* Clone or download the repo
29
28
* pip install python-pptx
30
29
* sudo pip install python-pptx
@@ -38,5 +37,6 @@ It is NOT an AAC device. AAC devices (including software released freely) must b
38
37
39
38
We’re currently examining this process with a view to eventually registering, but this is a costly and time-consuming process, and we’d like to spend our time on development. Until then, the Open Voice Factory is for pageset demonstration, exploration, and research.
40
39
41
-
# Current App versions
42
-
Current Android app version: https://www.dropbox.com/s/shb5e2r71pdsmrz/app-debug.apk?dl=0
40
+
41
+
# Development notes
42
+
* The Open Voice Factory is hosted on and AWS instance and the highest python version accepted is 3.7.
0 commit comments