简体   繁体   English

Python-与平台无关的5.1声音库

[英]Python - platform-independent 5.1 Sound Library

Is there any dolby/5.1/7.1 audio processing Python library? 是否有任何dolby / 5.1 / 7.1音频处理Python库? 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");

http://pysonic.sourceforge.net/ - this depends on FMOD, which is free for non-commercial use, and supported on many platforms. http://pysonic.sourceforge.net/-这取决于FMOD,FMOD可免费用于非商业用途,并在许多平台上受支持。

See the FMOD website for details: http://www.fmod.org/ 有关详细信息,请参见FMOD网站: http ://www.fmod.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM