Skip to content

Commit af06867

Browse files
committed
Comment
1 parent 89dedb1 commit af06867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/Disk/AudioSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AudioSource {
3636
/// Returns the actual index of the stream
3737
virtual int index() { return -1; }
3838

39-
/// Returns audio stream by path
39+
/// Returns audio stream by path: The index is not changed!
4040
virtual Stream* selectStream(const char* path) = 0;
4141

4242
/// Sets the timeout which is triggering to move to the next stream. - the

0 commit comments

Comments
 (0)