mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Implement audio probing to reduce audio false positive.
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
|
||||
Decoder(Stream *stream, int bufferSize);
|
||||
virtual ~Decoder();
|
||||
static int probe(Stream *stream);
|
||||
|
||||
/**
|
||||
* Indicates how many bytes of raw data should be generated at each
|
||||
|
||||
Reference in New Issue
Block a user