Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在研究将 CSound 用于一个项目。
我想从外部源接收数据,然后用于操纵声音。所以我想知道...... CSound 是否有可能通过 Internet 接收数据馈送?
这些数据会改变一个变量,然后操纵声音。
sockrecv函数似乎可以做到这一点,但我不确定它接受什么样的数据 - 什么?只是音乐?还是有其他功能可以做到这一点?
或者可以只使用 C/C++ 中的东西吗?
Csound 本身并不以简单的方式提供此功能,但您可以使用 python 或 lua 操作码在 Csound 中运行代码。或者您可以使用 python(或其他语言)API 中的 Csound 并从那里控制事物。