声音倍增的效果

发布于 2024-12-20 06:47:04 字数 1435 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

挽清梦 2024-12-27 06:47:04

一个简单的谷歌搜索得出了这个:

http:// /crca.ucsd.edu/~msp/techniques/v0.11/book-html/node77.html

您搜索过它吗?

但基本上发生的事情是你最终创建了一个信封,其中第二个充当某种“系数”。

您最终还会降低声音级别(因为小数乘以小数都小于它们),因此您需要稍微放大信号以保持音量。

我链接的页面提供了更多解释,并且包含编写代码来实现它所需的大量代数。如果您还有其他问题,请查看此处。

A simple Google search came up with this:

http://crca.ucsd.edu/~msp/techniques/v0.11/book-html/node77.html

Did you search for it at all?

But basically what happens is you end up creating an envelope where the second acts as a "coefficient" of sorts.

You also end up with a reduction of sound levels (since a decimal times a decimal is less both of them), so you'll need to amplify the signal a bit to retain volume.

The page I linked gives a lot more explanation and has a lot of the algebra needed to write up a code to implement it. Look there if you have any more questions.

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