Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/function/vim/mod.ts>sound_clear

๐Ÿ“š Standard module for denops.vim
Go to Latest
function sound_clear
import { sound_clear } from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";

Stop playing all sounds.

On some Linux systems you may need the libcanberra-pulse package, otherwise sound may not stop.

only available when compiled with the +sound feature

Parameters

denops: Denops

Returns

Promise<void>