Skip to content

Commit

Permalink
AudioPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 5, 2024
1 parent aacd78d commit 177fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/CoreAudio/AudioPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class AudioPlayer : public AudioInfoSupport, public VolumeSupport {
/// Defines the number of bytes used by the copier
virtual void setBufferSize(int size) { copier.resize(size); }

/// (Re)Starts the playing of the music (from the beginning)
/// (Re)Starts the playing of the music (from the beginning or the indicated index)
virtual bool begin(int index = 0, bool isActive = true) {
TRACED();
bool result = false;
Expand Down

0 comments on commit 177fbd5

Please sign in to comment.