This commit is contained in:
Dave Griffiths
2022-09-08 12:00:50 +01:00
3 changed files with 20 additions and 22 deletions

View File

@@ -23,7 +23,6 @@
#include "process_thread.h"
#include "audio_thread.h"
//#include "pitchshift.h"
using namespace std;
@@ -34,8 +33,6 @@ int main( int argc , char *argv[] ){
cerr<<"Qt version: "<<qVersion()<<endl;
//pitchshift::init(44100);
process_thread pt;
audio_thread at(pt);
pt.register_renderer(at.m_left_renderer, at.m_right_renderer, at.m_block_stream);