Skip to content

Commit 177fbd5

Browse files
committed
AudioPlayer
1 parent aacd78d commit 177fbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class AudioPlayer : public AudioInfoSupport, public VolumeSupport {
142142
/// Defines the number of bytes used by the copier
143143
virtual void setBufferSize(int size) { copier.resize(size); }
144144

145-
/// (Re)Starts the playing of the music (from the beginning)
145+
/// (Re)Starts the playing of the music (from the beginning or the indicated index)
146146
virtual bool begin(int index = 0, bool isActive = true) {
147147
TRACED();
148148
bool result = false;

0 commit comments

Comments
 (0)