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 9e6f6a2 commit 1637404Copy full SHA for 1637404
src/AudioTools/Disk/AudioSource.h
@@ -64,7 +64,7 @@ class AudioSource {
64
/// access with array syntax
65
Stream* operator[](int idx) { return setIndex(idx); }
66
67
- /// provides the actual file name or url
+ /// provides the actual stream (e.g. file) name or url
68
virtual const char* toStr() { return nullptr; }
69
70
protected:
0 commit comments