简体   繁体   中英

Wave file modification using java

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM