Skip to content

Commit 1637404

Browse files
committed
Comment AudioSource
1 parent 9e6f6a2 commit 1637404

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
@@ -64,7 +64,7 @@ class AudioSource {
6464
/// access with array syntax
6565
Stream* operator[](int idx) { return setIndex(idx); }
6666

67-
/// provides the actual file name or url
67+
/// provides the actual stream (e.g. file) name or url
6868
virtual const char* toStr() { return nullptr; }
6969

7070
protected:

0 commit comments

Comments
 (0)