From 7c21cf7f9f9f43bf775620e11148280381ce2613 Mon Sep 17 00:00:00 2001 From: Bill Cox Date: Sat, 16 Jul 2011 12:42:58 -0400 Subject: [PATCH] Modified web page to mention Java port --- Makefile | 2 +- debian/changelog | 6 ++++++ doc/index.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) 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 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,