Implement audio probing to reduce audio false positive.

This commit is contained in:
Miku AuahDark
2022-05-01 17:01:50 +08:00
parent ee336e5393
commit 5f386cfa87
15 changed files with 185 additions and 3 deletions
@@ -49,6 +49,7 @@ public:
ModPlugDecoder(Stream *stream, int bufferSize);
virtual ~ModPlugDecoder();
static int probe(Stream *stream);
love::sound::Decoder *clone() override;
int decode() override;