fixed typo + switched off pkg-config for codec2

This commit is contained in:
AlexandreRouma
2021-10-02 17:24:23 +02:00
parent b4213ea049
commit 5b7fc417ff
2 changed files with 2 additions and 10 deletions

View File

@ -60,7 +60,7 @@ public:
vfo = sigpath::vfoManager.createVFO(name, ImGui::WaterfallVFO::REF_CENTER, 0, 9600, INPUT_SAMPLE_RATE, 9600, 9600, true);
vfo->setSnapInterval(250);
// Intialize DSP here
// Initialize DSP here
decoder.init(vfo->output, INPUT_SAMPLE_RATE, lsfHandler, this);
resampWin.init(4000, 4000, audioSampRate);