1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

FileInput: calculate file record length down to the microsecond. Implements #614

This commit is contained in:
f4exb
2020-08-26 00:12:30 +02:00
parent b644e7fe92
commit 47a1eeaedc
5 changed files with 27 additions and 25 deletions
@@ -66,7 +66,7 @@ private:
int m_sampleRate;
quint32 m_sampleSize;
quint64 m_centerFrequency;
quint64 m_recordLength;
quint64 m_recordLengthMuSec;
quint64 m_startingTimeStamp;
quint64 m_samplesCount;
std::size_t m_tickCount;