用于声音处理的 Java 库

发布于 2024-08-23 16:32:40 字数 134 浏览 8 评论 0原文

我有一个 .pcm 文件,其中包含我想添加不同效果的声音。我正在寻找一种简单的方法(最好是一个库)来帮助我实现这些效果。

我的首要任务是改变音频的音高。

我想要一个接受字节数组(或浮点数)的函数,并更改该数组中音频的音高。

I have a .pcm file with a sound that I would like to add different effects to. What I am looking for is a simple way (prefeably a library) that can help me with these effects.

My top priority is to change the pitch of the audio.

I would like a function that takes a byte array (or float), and changes the pitch of the audio in that array.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浮生未歇 2024-08-30 16:32:40

Java 有一个 API 用于处理 WAVMIDI 文件,它默认包含在 JDK 中。

是java声音的文档API。

Java has an API for dealing with WAV and MIDI files, it's included in the JDK by default.

This is the documentation for the java sound API.

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