aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBill Cox <waywardgeek@gmail.com>2011-04-13 14:36:09 -0400
committerBill Cox <waywardgeek@gmail.com>2011-04-13 14:36:09 -0400
commit40bbd93f4653c4c29455de8f4a2ee6a33608e261 (patch)
tree5109f4d5387ef05e5854bfb83e8140e5884245ad /doc
parent182f76ae03f5c984e56f0202e49b20e5a441c08f (diff)
downloadsonic-40bbd93f4653c4c29455de8f4a2ee6a33608e261.tar.gz
Changed default install to /usr rather than /usr/local, due to problems in Ubuntu not having /usr/local/lib in LD_LIBRARY_PATH
Diffstat (limited to 'doc')
-rw-r--r--doc/Sonic-NDK.apkbin0 -> 492809 bytes
-rw-r--r--doc/index.md9
-rwxr-xr-xdoc/post7
3 files changed, 13 insertions, 3 deletions
diff --git a/doc/Sonic-NDK.apk b/doc/Sonic-NDK.apk
new file mode 100644
index 0000000..1fff2d0
--- /dev/null
+++ b/doc/Sonic-NDK.apk
Binary files differ
diff --git a/doc/index.md b/doc/index.md
index 6286430..e8800ab 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -6,6 +6,15 @@ The source code repository can be cloned using git:
$ git clone git://github.com/waywardgeek/sonic.git
+The source code for the Android version, sonic-ndk, can be cloned with:
+
+ $ git clone git://github.com/waywardgeek/sonic-ndk.git
+
+There is a simple test app for android that demos capabilities. You can
+[install the Android application from here](Sonic-NDK.apk)
+
+## Overview
+
Sonic is a simple algorithm for speeding up or slowing down speech. However,
it's optimized for speed ups of over 2X, unlike previous algorithms for changing
speech rate. The sonic library is a very simple ANSI C library that is designed
diff --git a/doc/post b/doc/post
index 8209616..da71352 100755
--- a/doc/post
+++ b/doc/post
@@ -3,7 +3,8 @@
files="index.html
sonic.wav
../main.c
-soundstretch.wav"
+soundstretch.wav
+Sonic-NDK.apk"
markdown_py index.md > index.html
if [ -f ../version ]; then
@@ -11,9 +12,9 @@ if [ -f ../version ]; then
sourceTarball=../../$version.orig.tar.gz
if [ -f $sourceTarball ]; then
destTarball=$version.tar.gz
- scp $sourceTarball root@vinux-project.org:/var/www/vinux-project.org/sonic/download/$destTarball
+ scp $sourceTarball root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic/download/$destTarball
fi
fi
flac -d sonic.flac soundstretch.flac
-scp $files root@vinux-project.org:/var/www/vinux-project.org/sonic
+scp $files root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic
rm *.wav index.html