From cee3a4d490ee1d29b47d117f6e5e1ed368f0e00e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 12 Aug 2014 19:12:29 +0000 Subject: [PATCH] Swap Tx I, Q channels. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- soundout.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9edd92fcb..f99c47892 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/soundout.cpp b/soundout.cpp index c21e85fa8..86c60ae1f 100644 --- a/soundout.cpp +++ b/soundout.cpp @@ -103,8 +103,8 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer, } // i2a=0.01*txPower*i2a; // i2b=0.01*txPower*i2b; - *wptr++ = i2a; //left - *wptr++ = i2b; //right + *wptr++ = i2b; //left + *wptr++ = i2a; //right } } else { for(i=0 ; i