Lines Matching refs:sound
3001 Number play an event sound
3003 Number play sound file {path}
3004 sound_stop({id}) none stop playing sound {id}
3005 soundfold({word}) String sound-fold {word}
10510 package, otherwise sound may not stop.
10512 {only available when compiled with the |+sound| feature}
10516 Play a sound identified by {name}. Which event names are
10517 supported depends on the system. Often the XDG sound names
10525 When {callback} is specified it is invoked when the sound is
10526 finished. The first argument is the sound ID, the second
10528 0 sound was played to the end
10529 1 sound was interrupted
10530 2 error occurred after sound started
10533 echomsg "sound " .. a:id .. " finished with " .. a:status
10539 Returns the sound ID, which can be passed to `sound_stop()`.
10540 Returns zero if the sound could not be played.
10545 < {only available when compiled with the |+sound| feature}
10549 Like `sound_playevent()` but play sound file {path}. {path}
10557 < {only available when compiled with the |+sound| feature}
10561 Stop playing sound {id}. {id} must be previously returned by
10565 package, otherwise sound may not stop.
10567 On MS-Windows, this does not work for event sound started by
10573 < {only available when compiled with the |+sound| feature}
10577 Return the sound-folded equivalent of {word}. Uses the first
10579 soundfolding. 'spell' must be set. When no sound folding is
12451 sound Compiled with sound support, e.g. `sound_playevent()`