crash fixed with no input device

This commit is contained in:
dave griffiths
2022-09-07 16:13:46 +01:00
parent 5eecc279ad
commit 905548bd36
2 changed files with 12 additions and 15 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);