Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To use java sound recognizers, you will need to: either submit/stream the content recorded in the browser, or use a local processing (applet/javafx). </p> <p>An <a href="http://tapas4web.blogspot.com.br/2009/11/audio-capture-applet-source-code100.html" rel="nofollow noreferrer">applet</a>/javafx <a href="http://createdigitalmusic.com/2009/06/record-it-live-to-the-internet-indaba-reveals-javafx-powered-online-recording-studio/" rel="nofollow noreferrer">might not be a bad idea</a> at all; since recording might yield a large data blob, you can do the processing in the local machine. My bet is that the applet will need to be signed to access the mic. You could also stream the audio data to the server, <a href="https://stackoverflow.com/questions/4220672/implementing-webbased-real-time-video-chat-using-html5-websockets">websockets</a> might be a cool shot.</p> <p>For Javascript, i think you need to use <a href="http://www.html5rocks.com/en/tutorials/getusermedia/intro/" rel="nofollow noreferrer">HTML5 for microphone recording</a> or <a href="https://code.google.com/p/wami-recorder/" rel="nofollow noreferrer">Flash</a>.</p> <hr> <p>For audio comparison, i think you want <a href="https://en.wikipedia.org/wiki/Audio_fingerprint" rel="nofollow noreferrer">audio fingerprinting</a>. That is a summary of the audio file. You need to search your own database for the "best match" from what you got among what you have.</p> <p>I'm not sure Sphinx is the man here. Both <a href="http://code.google.com/p/musicg/" rel="nofollow noreferrer">Musicg</a> and <a href="http://people.seerc.org/kourtesis/musicuri/" rel="nofollow noreferrer">MusicUri</a> have audio fingerprinting.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload