aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/text-to-speech.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h
index d4f6c68048..019db23a0f 100644
--- a/common/text-to-speech.h
+++ b/common/text-to-speech.h
@@ -192,6 +192,10 @@ public:
/**
* Resumes the speech
+ *
+ * @note On linux, the speech resumes from the begining of the last speech being
+ * said, when pause() was called. On other platforms the speech resumes from
+ * exactly where it was paused();
*/
virtual bool resume() { return false; }