summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 9d27f9d98d..d3d5790c15 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -391,6 +391,15 @@ List of Input Commands
<double>
The mouse event represents double-click.
+``audio_add "<file>" [<flags> [<title> [<lang>]]]``
+ Load the given audio file. See ``sub_add`` command.
+
+``audio_remove [<id>]``
+ Remove the given audio track. See ``sub_remove`` command.
+
+``audio_reload [<id>]``
+ Reload the given audio tracks. See ``sub_reload`` command.
+
Input Commands that are Possibly Subject to Change
--------------------------------------------------