aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/pcspk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/pcspk.h')
-rw-r--r--sound/softsynth/pcspk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/softsynth/pcspk.h b/sound/softsynth/pcspk.h
index 17eb6320e5..3cd8734a7e 100644
--- a/sound/softsynth/pcspk.h
+++ b/sound/softsynth/pcspk.h
@@ -53,6 +53,8 @@ public:
/** Adjust the volume. */
void setVolume(byte volume);
+ bool isPlaying() const;
+
int readBuffer(int16 *buffer, const int numSamples);
bool isStereo() const { return false; }