Skip to content

alumae/akurec-client

Repository files navigation

Sample client that communicates with the AKU decoder online-demo.

== Usage ==

= Prerequisites =

Ant, Java 1.6 (maybe 1.5 works too)

= Compile =

> ant jar

= Execute =

> java -cp build/dist/lib/akurec-client.jar ee.ioc.phon.akurec.client.AudioFileRecognizer ~/tools/online-demo/data/rec.sh data/tarjahalonen_16k.wav

This should print:

Feb 8, 2011 5:45:57 PM ee.ioc.phon.akurec.client.AudioFileRecognizer main
INFO: Hello
Feb 8, 2011 5:46:00 PM ee.ioc.phon.akurec.client.AudioFileRecognizer main
INFO: Starting to recognize
REC: <s> <w> <s> <w>
REC: <s> <w> 
REC: <s> <w> 
...
REC: <s> <w> jos <w> presidentti <w> tar ja <w> halo nen
REC: <s> <w> jos <w> presidentti <w> tar ja <w> halo nen <w> </s> 


Change to your own location of rec.sh in the above command.

The wav file should be 16 kHz, mono, 16bit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages