简体   繁体   中英

Python - platform-independent 5.1 Sound Library

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");

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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