Hello,
I want to deliver to my DAC two mono signals out of phase.
I did the following asound.conf (PS I'm also using jack for convolution)
/# Send alsa API to jconvolver
pcm.rawjack {
type jack
playback_ports {
0 jconvolver:in.L
1 jconvolver:in.R
}
capture_ports {
0 system:Output_L
1 system:Output_R
}
}
# jackplug
pcm.jack {
type plug
slave { pcm "rawjack" }
hint {
description "JACK Audio Connection Kit"
}
}
# use following peripherical by defaut with alsa:
pcm.!default {
type plug
slave { pcm "rawjack" }
slave.channels 2
ttable.0.0 0.6
ttable.1.0 0.6
ttable.0.1 -0.6
ttable.1.1 -0.6
}
/
Do you think it is working the way I want ?
I have the feeling that although I get sound from both channels they aren't
out of phase.
Thank you for your comments/solution.
Best regards,
Jean
-- View this message in context: http://linux-audio.4202.n7.nabble.com/Inverse-Phase-in-ALSA-POSSIBLE-tp99273.html Sent from the linux-audio-user mailing list archive at Nabble.com. _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/listinfo/linux-audio-userReceived on Thu Mar 10 16:15:01 2016
This archive was generated by hypermail 2.1.8 : Thu Mar 10 2016 - 16:15:01 EET