Recent Changes - Search:

Toyonaka ContactMe help To Do Sell Buy Minoo Lorain Bicycle Lorain High School 1976 New Stuff Vancouver, BC

Classes

Research

OJC info

MASLE References iPod Publications

Media

Design

Computer

Software

Politics

Teaching and Learning

Learning Japanese

Main.Religion

Music

Family

Family?

Friends?

Serendipity

Wiki Thoughts

PmWiki

Listenup

I am trying to set this software up on my website.

here is the current best link:

http://popear.com/listenup/TestZero/recordform.php

The default installation is at phrique.com/listenup (although I have made some minor changes)

My implementation is at phrique.com

Thanks to Phil Burk of http://javasonics.com for this opportunity of a trial run of this software that I am thinking of buying.

Problem 1:

Several pages link to *.html but should be *.php in php_test/index.html The original page has an incorrect link to the record module: it says record_upload_wav.html but should be .php instead. I haven't even changed the code yet, but fortunately my website finds the correct link and directs me there properly. (fixed on my local website, BT. Note to PB: please change in the package examples/record_upload_wav.php.

Also in the path for testing php, the link from .wav recording to .spx recording should be php and not html, I changed this in mine.

Problem 2:

The license doesn't work! First I got the message that it couldn't find license.txt (my fault, he sent me this by e-mail, but forgot it was there. There is a description of the license in the package but that is something different.

Problem 3:

getting 405 errors in the examples folder, but not the php_test folder.

Problem 4

Notes regarding this snippet from examples/play_welcome.

    <applet 
    CODE="com.softsynth.javasonics.recplay.Player Applet?"
    CODEBASE="../codebase"
    ARCHIVE="Java Sonics Listen Up Unsigned?.jar"
    NAME="Java Sonic Recorder Uploader?"
    WIDTH="300" HEIGHT="90">
            <!-- Just play this WAV file. -->
			<!--
            <param name="sampleURL" value="welcome.wav">
			-->
            <param name="sampleURL" value="../uploads/message_12345.spx">
            <!-- Play automatically as soon as the Applet starts. -->
            <param name="autoPlay" value="yes">
    </applet>

1. Note that that autoPlay does not seem to exist in the documentation. I found it in the program examples/play_welcome.html. I am especially interested because I would hope that there is a autoRecord option! Also, it makes me wonder if there are not other undocumented features. I suppose since this is all in JAVA jars, there's no way of checking documentation with the program.

2. Why is the name "..Recorder Uploader?" used?

3. In the documentation, there is no notes for how to specify .spx instead of .wav

4. I tried a .spx file for playback, it didn't work (this was using the source code for the play_welcome program, I believe). The original .html specifies a .wav file, so it was not enough to just change the file it points to. I also need to make sure it can handle SPEEX formatted files.

5. I need to be able to disable all controls for recording in a testing situation. I would like to have one page play and record

6. The recorder uploader has a setting which allows you to specify the next URL, I wish this could be made available for the player Applet.

Edit - History - Print - Recent Changes - Search
Page last modified on October 18, 2005, at 04:59 PM