http://bugs.winehq.org/show_bug.cgi?id=19908
Summary: wine jack audio out is mono Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: p.drezet@inx-systems.com
configuring wine to use jack then run a win32 application the following Readable client is created in jack.
wine_jack_out_0
within this there re two ports: out_l and out_r - which woujld presumable be the stereo channels.
when running an audio source programme in wine audio is outputted from both these ports however both have the same signal and the audio is not the original stereo audio. I think it is just one channel split onto both out_l and out_r rather than a summed mix.
From audio.c this appears to be the behaviour if the audio source is considered
mono - the data is copied to both channels.
The win32 audio source application has been verified to operate with wine in stereo using the alsa output.
Is there anyway of making wine output the missing stereo data? Should wine_jack_out_1 carry the lost second channel? If so how do you get wine to create output on wine_jack_out_1 too?