dsp-chain:一个用于将多个音频dsp处理器生成器链接在一起的库,用Rust编写!

时间:2021-05-12 11:50:59
【文件属性】:
文件名称:dsp-chain:一个用于将多个音频dsp处理器生成器链接在一起的库,用Rust编写!
文件大小:16KB
文件格式:ZIP
更新时间:2021-05-12 11:50:59
Rust dsp链 一个库,用于将多个音频dsp处理器/生成器链接在一起,用Rust编写! dsp链的用例包括: 设计效果。 创建音频混音器。 制作一个采样器。 为DAW编写dsp后端。 任何类型的模块化音频合成/处理。 文档化 用法 看起来是这样的: // Construct our dsp graph. let mut graph = Graph :: new (); // Construct our fancy Synth and add it to the graph! let synth = graph. add_node (DspNode :: Synth); // Add a few oscillators as inputs to the synth. graph. add_input (DspNode :: Oscillator ( 0.0 , A5_HZ, 0.2
【文件预览】:
dsp-chain-master
----.gitignore(236B)
----src()
--------node.rs(3KB)
--------graph.rs(30KB)
--------lib.rs(982B)
----.travis.yml(1KB)
----LICENSE(1KB)
----Cargo.toml(631B)
----examples()
--------synth.rs(4KB)
--------volume.rs(3KB)
----README.md(2KB)

网友评论