Skip to main content
Module

x/swissKnife/mod.ts>playMp3

Deno Swiss Knife tools
Go to Latest
variable playMp3
import { playMp3 } from "https://deno.land/x/swissKnife@1.1/mod.ts";

Play mp3 file from local computer.

type

(mp3Path: string) => Promise<boolean>