I am currently trying to write a program in which i have to process a .wav file, i need to process the data in the wave file.

My main aim is to extract the data from currently existing file, create a new file with appropriate wave headers, and then write the information/data in the new file.

I am expecting the program to be written in java.

link|improve this question
4  
Interesting project. Do you have a question? – yankee Jan 5 at 13:55
Do you have a problem, or are you just looking for pointers on how to get started? – GenericJon Jan 5 at 13:59
feedback

1 Answer

I have come across this in Google:

http://www.jstick.de/javaprojects/sampleeditor

This is a WAV editor and should provide you with the ideas for your implementation since it is open source.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.