mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Add signed 16-bit PCM 2 channel .wav file support to File Input and File Record plugins
This commit is contained in:
@@ -61,6 +61,11 @@ FileRecordInterface::RecordType FileRecordInterface::guessTypeFromFileName(const
|
||||
fileBase = dotBreakout.join(QLatin1Char('.'));
|
||||
return RecordTypeSigMF;
|
||||
}
|
||||
else if (extension == "wav")
|
||||
{
|
||||
fileBase = dotBreakout.join(QLatin1Char('.'));
|
||||
return RecordTypeWav;
|
||||
}
|
||||
else
|
||||
{
|
||||
fileBase = fileName;
|
||||
|
||||
Reference in New Issue
Block a user