有没有 dolby/5.1/7.1 音频处理 Python 库?如果它是平台独立的,那将是最好的。
如果它看起来像这样会很好:
import lib
f = lib.open("8channels_audiofile")
lib.play(from=f.channel3, to="left rear");
有没有 dolby/5.1/7.1 音频处理 Python 库?如果它是平台独立的,那将是最好的。
如果它看起来像这样会很好:
import lib
f = lib.open("8channels_audiofile")
lib.play(from=f.channel3, to="left rear");
http://pysonic.sourceforge.net/ - 这取决于 FMOD,它可免费用于非商业用途,并在许多平台上受支持。
有关详细信息,请参阅 FMOD 网站:http ://www.fmod.org/