AAC decoder: Audio should be enabled by default
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Audio::AAC {
|
|||||||
public:
|
public:
|
||||||
// Decode function. Takes in a reference to the AAC response & request, and a callback for paddr -> pointer conversions
|
// Decode function. Takes in a reference to the AAC response & request, and a callback for paddr -> pointer conversions
|
||||||
// We also allow for optionally muting the AAC output (setting all of it to 0) instead of properly decoding it, for debug/research purposes
|
// 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);
|
void decode(AAC::Message& response, const AAC::Message& request, PaddrCallback paddrCallback, bool enableAudio = true);
|
||||||
~Decoder();
|
~Decoder();
|
||||||
};
|
};
|
||||||
} // namespace Audio::AAC
|
} // namespace Audio::AAC
|
||||||
Reference in New Issue
Block a user