sone:LÖVE 的声音处理库

时间:2024-06-19 23:36:32
【文件属性】:

文件名称:sone:LÖVE 的声音处理库

文件大小:3.44MB

文件格式:ZIP

更新时间:2024-06-19 23:36:32

Lua

宋 Sone 是 LÖVE 的声音处理库。 何时使用声波 Sone 用于快速迭代声音效果,然后返回并对声音进行预处理。 在以下情况下使用 sone: 您不想在每次进行更改时都导出新的音效。 您可以负担得起实时生成效果。 你只想要很酷的音效 特征 过滤器 低通 高通 带通 全部通过 缺口 低架 高架 峰值均衡 放大 平移 淡入 淡出 例子 sone = require ' sone ' sound = love. sound . newSoundData ( ... ) -- NOTE: All sone functions will alter the sound data directly. -- Filter out all sounds above 150Hz. sone. filter (sound, { type = " lowpass " , freque


【文件预览】:
sone-master
----LICENSE(4KB)
----examples()
--------assets()
--------main.lua(4KB)
----sone.lua(19KB)
----README.md(1KB)
----docs()
--------rtfm.lua(27KB)
--------style.css(9KB)
--------index.html(20KB)
--------.rtfm.lua(6KB)

网友评论