Python - 平台无关的 5.1 声音库
有dolby/5.1/7.1音频处理Python库吗?如果它是平台独立的,那就最好了。
如果它看起来像这样就好了:
import lib
f = lib.open("8channels_audiofile")
lib.play(from=f.channel3, to="left rear");
Is there any dolby/5.1/7.1 audio processing Python library? It would be best if it is platform independent.
Would be nice if it looks like:
import lib
f = lib.open("8channels_audiofile")
lib.play(from=f.channel3, to="left rear");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://pysonic.sourceforge.net/ - 这取决于 FMOD,对于非商业免费使用,并在许多平台上受支持。
有关详细信息,请参阅 FMOD 网站:http://www.fmod.org/
http://pysonic.sourceforge.net/ - this depends on FMOD, which is free for non-commercial use, and supported on many platforms.
See the FMOD website for details: http://www.fmod.org/