There was an error while loading. Please reload this page.
1 parent da10af9 commit a4a26b2Copy full SHA for a4a26b2
1 file changed
ATL/AudioData/AudioDataIOFactory.cs
@@ -230,6 +230,7 @@ public static AudioDataIOFactory GetInstance()
230
tempFmt.AddMimeType("audio/x-dsd");
231
tempFmt.AddExtension(".dsf");
232
tempFmt.AddExtension(".dsd");
233
+ tempFmt.AddExtension(".dff");
234
tempFmt.CheckHeader = DSF.IsValidHeader;
235
theFactory.addFormat(tempFmt);
236
0 commit comments