使用java修改wave文件
我目前正在尝试编写一个程序,其中我必须处理 .wav 文件,我需要处理波形文件中的数据。
我的主要目标是从当前现有文件中提取数据,创建具有适当波形标题的新文件,然后将信息/数据写入新文件中。
我希望该程序是用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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Google 中遇到过这个:
http://www.jstick.de/javaprojects/sampleeditor
这是一个 WAV 编辑器,由于它是开源的,因此应该为您提供实现的想法。
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.