From 990863d48b572670d0baeb0d307926c2d1856e01 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 26 Feb 2019 00:26:16 +0100 Subject: [PATCH] FreeDV modulator: fixed file total and current times --- plugins/channeltx/modfreedv/freedvmod.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/channeltx/modfreedv/freedvmod.cpp b/plugins/channeltx/modfreedv/freedvmod.cpp index 4ca2f88fa..49bcd3ead 100644 --- a/plugins/channeltx/modfreedv/freedvmod.cpp +++ b/plugins/channeltx/modfreedv/freedvmod.cpp @@ -539,7 +539,6 @@ void FreeDVMod::openFileStream() m_fileSize = m_ifstream.tellg(); m_ifstream.seekg(0,std::ios_base::beg); - m_inputSampleRate = 48000; // fixed rate m_recordLength = m_fileSize / (sizeof(Real) * m_inputSampleRate); qDebug() << "FreeDVMod::openFileStream: " << m_fileName.toStdString().c_str()