aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Cox <waywardgeek@gmail.com>2011-07-16 12:42:58 -0400
committerBill Cox <waywardgeek@gmail.com>2011-07-16 12:42:58 -0400
commit7c21cf7f9f9f43bf775620e11148280381ce2613 (patch)
tree4165858015680d83fde78d7f68a39e96774641a8
parente720065e4d31d0ecaffb12bdfedd1b04c978c590 (diff)
downloadsonic-7c21cf7f9f9f43bf775620e11148280381ce2613.tar.gz
Modified web page to mention Java port
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--doc/index.md3
3 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f3d891..cb6c302 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
#CFLAGS=-Wall -g -ansi -fPIC -pthread
CFLAGS=-Wall -O2 -ansi -fPIC -pthread
-LIB_TAG=0.1.17
+LIB_TAG=0.1.18
CC=gcc
PREFIX=/usr
diff --git a/debian/changelog b/debian/changelog
index 1e3cd5c..2d308d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sonic (0.1.18-1) unstable; urgency=low
+
+ * Added native Java port.
+
+ -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Jul 2011 12:12:32 -0400
+
sonic (0.1.17-1) unstable; urgency=low
* Removed Sonic-NDK, which is a binary compiled for Android from the source
diff --git a/doc/index.md b/doc/index.md
index 9289651..66cfb37 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -13,6 +13,9 @@ The source code for the Android version, sonic-ndk, can be cloned with:
There is a simple test app for android that demos capabilities. You can
[install the Android application from here](Sonic-NDK.apk)
+There is a new native Java port, which is very fast! Checkout Sonic.java and
+Main.java in the latest tar-ball, or get the code from git.
+
## Overview
Sonic is a simple algorithm for speeding up or slowing down speech. However,