1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

File Input: Fix seeking over .wav header

This commit is contained in:
srcejon
2024-01-04 16:14:00 +00:00
parent d259443203
commit d496744c2a
2 changed files with 11 additions and 8 deletions
@@ -350,6 +350,7 @@ public:
int m_sampleRate;
quint32 m_sampleSize;
quint64 m_centerFrequency;
qint64 m_dataStartPos; //!< Position of IQ data in file
quint64 m_recordLengthMuSec; //!< record length in microseconds computed from file size
quint64 m_startingTimeStamp;
QTimer m_masterTimer;