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");
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/