How can I determine the musical pitch (frequency) from a sample (.au or wave)
in JAVA?
I need to be able to very, very accurately calculate the frequency (pitch)
of a sampled sound using JAVA 1.3 SOUND API.
Can anyone help me with this please? I have investigated the best book on the
subject by Craig Lindley but I need to be able to get the frequency using the
latest JAJA API and without resorting to native methods at all (to enable true
platform independence for my application).
Any help would be very much appreciated.
Comments
: in JAVA?
:
: I need to be able to very, very accurately calculate the frequency (pitch)
: of a sampled sound using JAVA 1.3 SOUND API.
:
: Can anyone help me with this please? I have investigated the best book on the
: subject by Craig Lindley but I need to be able to get the frequency using the
: latest JAJA API and without resorting to native methods at all (to enable true
: platform independence for my application).
:
: Any help would be very much appreciated.
: