Skip to main content
Module

x/swissKnife/mod.ts>playMp3

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

Play mp3 file from local computer.

Parameters

mp3Path: string

mp3 local path.

Returns

Promise<boolean>