mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
File source: effective file selection. Better definition of open, start and stop actions
This commit is contained in:
@@ -141,7 +141,7 @@ void FileSourceThread::tick()
|
||||
m_sampleFifo->write(m_buf, m_ifstream->gcount());
|
||||
// TODO: handle loop playback situation
|
||||
stopWork();
|
||||
m_ifstream->close();
|
||||
//m_ifstream->close();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user