Monowave80 is a collection of 80 utterances of nonsense sentences by 27 speakers resident in the NorthWest region of the United States. The characteristics of the recordings are:
perTime="16000" perSpace="1" timeUnit="Sec" spaceUnit="" timeBias="0" spaceBias="0" gransPerFrame="1" timeOrigin=""
Each utterance is on its own page, with the ALingA file (extension .ala) as an attachment. Version 1 of the attachment interleaves the acoustic signal samples as a Neuro stream, a PHON annotation stream as a LingA stream and a WORD annotation stream as a second LingA stream. The PHON annotation is a phonetic annotation in the International Phonetic Alphabet.
An undated version of each utterance also interleaves a 2D derived signal.
The track assignment is as follows:
Track | logical | content |
---|---|---|
1 | ALingA | metadata on all the signal and annotation streams |
2 | Neuro | acoustic signal |
3 | LingA | PHON labels |
4 | LingA | WORD labels |
201 | Neuro | cochleagram |
As the annotations are edited, they are saved to later versions of the .ala attachment. These later versions do not have the signal stream interleaved. Instead, the annotations reference the signal stream in version 1.
You can use shva to view, hear and annotate an utterance. shva works with native libraries that need to be installed separately. See the instructions.
Each utterance provides a "shva this!" link on its page. Or you can click on the entry in the right column below:
I'm running Java 1.6.0_11 on Windows and cannot launch "shva" on any of the items here.
Here are the errors I'm getting:
Launch File
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="http://www.ihear.com/shva/" href="http://www.ihear.com/FreeCLAS/attach/Fbk0SII411/fbk0SII411.jnlp"> <information> <title>shva</title> <vendor>Monowave Corporation</vendor> <description>speech hear view annotate</description> <description kind="short">shva </description> <homepage href="http://www.ihear.com/"/> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.6+" java-vm-args="-Xms320m -Xmx512m"/> <jar href="shva.jar" main="true" download="eager"/> <jar href="lib/Scenario.jar" download="eager"/> <jar href="lib/javafxrt.jar" download="eager"/> <jar href="lib/commons-httpclient-3.1.jar" download="eager"/> <jar href="lib/commons-codec-1.3.jar" download="eager"/> <jar href="lib/commons-logging-1.1.1.jar" download="eager"/> <extension name="shva-jni" href="shva-jni.jnlp"/> </resources> <application-desc main-class="views.shva"> <argument>http://www.ihear.com/FreeCLAS/attach/Fbk0SII411/fbk0SII411.ala</argument> </application-desc> </jnlp>Exception:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.ihear.com:880/shva/lib/ogg.jar at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source) at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source) at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source) at com.sun.javaws.Launcher.downloadResources(Unknown Source) at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Wrapped Exception:
java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source) at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source) at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source) at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source) at com.sun.javaws.Launcher.downloadResources(Unknown Source) at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
-- Niels http://nielsmayer.com
--Niels Mayer, 16-Jan-2009
Hi Niels,
Unfortunately, at this point, shva runs on Gnu/Linux only. The requirements are here.
Looks like you have a stricter web start, which caught an obsolete codebase link in shva-jni.jnlp. Thanks for catching it. It has been fixed, but you'll still not be able to run shva. Sorry.
--TEReisler, 19-Jan-2009