We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a44c0 commit befc74fCopy full SHA for befc74f
src/AudioCodecs/AudioCodecsBase.h
@@ -47,7 +47,7 @@ class AudioDecoder : public AudioWriter, public AudioInfoSource {
47
/// Defines where the decoded result is written to
48
virtual void setOutput(Print &out_stream) override { p_print = &out_stream; }
49
50
- /// If true, the decoding result is PCM data
+ /// Returns true to indicate that the decoding result is PCM data
51
virtual bool isResultPCM() {
52
return true;
53
}
0 commit comments