DSP: Add option to enable/disable AAC
This commit is contained in:
@@ -18,7 +18,8 @@ namespace Audio::AAC {
|
||||
|
||||
public:
|
||||
// Decode function. Takes in a reference to the AAC response & request, and a callback for paddr -> pointer conversions
|
||||
void decode(AAC::Message& response, const AAC::Message& request, PaddrCallback paddrCallback);
|
||||
// We also allow for optionally muting the AAC output (setting all of it to 0) instead of properly decoding it, for debug/research purposes
|
||||
void decode(AAC::Message& response, const AAC::Message& request, PaddrCallback paddrCallback, bool enableAudio = false);
|
||||
~Decoder();
|
||||
};
|
||||
} // namespace Audio::AAC
|
||||
Reference in New Issue
Block a user