使用java修改wave文件

发布于 2024-12-25 04:52:48 字数 135 浏览 0 评论 0原文

我目前正在尝试编写一个程序,其中我必须处理 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紧拥背影 2025-01-01 04:52:48

我在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文