import { sound_playfile } from "https://deno.land/x/denops_std@v3.6.0/function/vim/mod.ts";
Like sound_playevent()
but play sound file {path}. {path}
must be a full path. On Ubuntu you may find files to play
with this command:
:!find /usr/share/sounds -type f | grep -v index.theme
Can also be used as a |method|:
GetSoundPath()->sound_playfile()
{only available when compiled with the |+sound| feature}