diff --git a/doc/en/configxml.html b/doc/en/configxml.html index 984ce9b6..08592f32 100644 --- a/doc/en/configxml.html +++ b/doc/en/configxml.html @@ -199,6 +199,28 @@

3. Options to change manually

+ +
<Sounds>
+ + Enables sound notifications when file operations are finished. Possible contents of the <Sounds> tag in full:
+
+<Sounds Duration="-1">
+  <Copy>C:\Windows\Media\Alarm01.wav</Copy>
+  <Move>C:\Windows\Media\Alarm01.wav</Move>
+  <Wipe>C:\Windows\Media\Alarm01.wav</Wipe>
+  <Delete>C:\Windows\Media\Alarm01.wav</Delete>
+  <Split>C:\Windows\Media\Alarm01.wav</Split>
+  <Combine>C:\Windows\Media\Alarm01.wav</Combine>
+</Sounds>
+ Duration is the minimum time (in seconds) that a file operation should last. Additional values: 0 – always on, -1 disables sound notifications.
+ File operations: copy, move, wipe, delete files, split file and combine files. If a sound notification is not needed for some operation, just remove (or do not add) the corresponding line. Environment variables are supported.
+ Supported audio formats:
+ - Windows (the sndPlaySoundW function from the Windows API): .wav.
+ - macOS (the Core Audio API): .aac, .adts, .ac3, .caf, .mp3, .m4a and .mp4 (with AAC or ALAC), .wav.
+ - Linux and other Unix-like systems: Double Commander can use the GStreamer library (primarily, libgstreamer-1.0.so.0) or the SDL2 library (libSDL2-2.0.so.0). GStreamer supports most popular audio formats, with SDL2 we can use only .wav. In Haiku, only SDL2 can be used. + + +
from <FileOperations><Options>:
@@ -656,6 +678,7 @@

4. Index

Quality
RenameConfirmMouse
ShowColonAfterDrive
+ Sounds
SynEditMask
SystemItemProperties
TabSpaces
diff --git a/doc/en/copymove.html b/doc/en/copymove.html index d2ef8758..e3d08ca1 100644 --- a/doc/en/copymove.html +++ b/doc/en/copymove.html @@ -57,7 +57,7 @@

1. Copy/move dialog window

The list of the following parameters will vary depending on the type of file operation and operating system family.

Список следующих параметров будет различаться в зависимости от типа файловой операции и семейства операционных систем.