Add stub function to Silence Decoder

CQTexperiment
Christopher Snowhill 2022-01-18 17:30:07 -08:00
parent 7495bff780
commit ba0fedf151
1 changed files with 4 additions and 0 deletions

View File

@ -105,4 +105,8 @@ enum { channels = 2 };
return 1.0;
}
+ (NSArray *)fileTypeAssociations {
return @[];
}
@end