View Single Post
Old 8th August 2015, 16:34   #37  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
Thanks tebasuna for the tips, much appreciated.

But it still does not fix the main problem which is distorted output no matter which upmix method is used.

BTW my previous statement that this calling format
Quote:
Last = Audio
Upaction()
Audio = Last
must be used was wrong. As soon as the "loadplugin" line for SoxFilter is removed from stereo.avsi you can call the upmix function like you did:
Quote:
audio = audio.upaction()
This does also work:
Quote:
upaction(Audio)
Audio = Last

Cheers
manolito
manolito is offline   Reply With Quote