Skip to content

Commit

Permalink
Modified web page to mention Java port
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardgeek committed Jul 16, 2011
1 parent e720065 commit 7c21cf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7c21cf7

Please sign in to comment.