need code to read waveform pcm files in Java

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

i know how to call com mm windows extensions to play the files.

what i am looking for is java code to open up read and analyze waveform files. have you seen an example of how to do this?

ideally, i would like to find example code that reads the wave header to correctly size an array (sampling rate) then reads the values into an array of floating point values. well, actually 2 to contain left and right stereo channels.

thanks in advance.

Post

I think I may have found a solution and thought I would share this if anyone else is playing around with Java.

http://java.sun.com/j2se/1.4.2/docs/gui ... tents.html

http://jsresources.org/faq.html

Post Reply

Return to “DSP and Plugin Development”