Page 1 of 1
crosstalk and phase cancellation
Posted: Sat Sep 28, 2019 6:21 am
by wlangfor@uoguelph.ca
Hi all, I was wondering if anyone knew of a schematic, code, asm example that induces a sound level of cross talk so as to avoid phase cancellation. I'm working on a free project, I'd gladly give credit in the credits and details.
Thanks all, TTYS
Re: crosstalk and phase cancellation
Posted: Sat Sep 28, 2019 7:15 pm
by wlangfor@uoguelph.ca
In both stream and stereo, I was able to do this by (before mid and side connection) reducing width (with Dozius width primitive port) first and then increasing after. It's almost perfect; quite happy with the result.
I'll post those useful primitive ports as the code asm versions don't work on 64
Re: crosstalk and phase cancellation
Posted: Sun Sep 29, 2019 8:36 am
by Spogg
wlangfor@uoguelph.ca wrote:
... as the code asm versions don't work on 64
I make use of the Dozius width code.
For FS4 all you need to do is delete all the stuff below the main code from and including the
/ and then it will work.
Cheers
Spogg
Re: crosstalk and phase cancellation
Posted: Mon Sep 30, 2019 1:57 am
by wlangfor@uoguelph.ca
Spogg wrote:wlangfor@uoguelph.ca wrote:
... as the code asm versions don't work on 64
I make use of the Dozius width code.
For FS4 all you need to do is delete all the stuff below the main code from and including the
/ and then it will work.
Cheers
Spogg
Good to know, I made primitive ports which work well either way. Thanks