Skip to content

Commit befc74f

Browse files
committed
Comment for isResultPCM
1 parent b1a44c0 commit befc74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioCodecs/AudioCodecsBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AudioDecoder : public AudioWriter, public AudioInfoSource {
4747
/// Defines where the decoded result is written to
4848
virtual void setOutput(Print &out_stream) override { p_print = &out_stream; }
4949

50-
/// If true, the decoding result is PCM data
50+
/// Returns true to indicate that the decoding result is PCM data
5151
virtual bool isResultPCM() {
5252
return true;
5353
}

0 commit comments

Comments
 (0)