program that recognize music

I want to make a program that recognize a melody that play.Any little help will be welcome : )Thank you ,Daniel
[125 byte] By [coledan] at [2007-9-30 17:22:37]
# 1

Packages

import sun.audio.*;

Import java.io.*;

import java.swing.*;

Your GUI Class

{

Your Event

InputStream istream = new FileInputStream(Filename);

AudioStream astream = new AudioStream(istream);

AudioPlayer.player.start(astream);

}

kamalindia at 2007-7-6 13:45:34 > top of Java-index,Administration Tools,Sun Connection...
# 2
Are you playing MIDI or sampling an analog instrument?- Steev.
java@stevencoco.com at 2007-7-6 13:45:34 > top of Java-index,Administration Tools,Sun Connection...