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 89dedb1 commit af06867Copy full SHA for af06867
src/AudioTools/Disk/AudioSource.h
@@ -36,7 +36,7 @@ class AudioSource {
36
/// Returns the actual index of the stream
37
virtual int index() { return -1; }
38
39
- /// Returns audio stream by path
+ /// Returns audio stream by path: The index is not changed!
40
virtual Stream* selectStream(const char* path) = 0;
41
42
/// Sets the timeout which is triggering to move to the next stream. - the
0 commit comments