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 d2dc07b commit 158b074Copy full SHA for 158b074
src/AudioTools/AudioPlayer.h
@@ -619,7 +619,6 @@ namespace audio_tools {
619
protected:
620
bool active = false;
621
AudioSource* p_source = nullptr;
622
- //AudioDecoder *p_decoder = nullptr;
623
VolumeOutput volume_out; // Volume control
624
MetaDataID3 meta_out; // Metadata parser
625
EncodedAudioStream* p_out_decoding = nullptr; // Decoding stream
0 commit comments