Skip to main content
Module

x/swissKnife/mod.ts>playMp3

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

Play mp3 file from local computer.

Examples

Example 1

import * as swissKnife from "https://deno.land/x/swissKnife/mod.ts"
await swissKnife.playMp3("c:\\myFolder\\sound.mp3")

Parameters

mp3Path: string

mp3 local path.

Returns

Promise<boolean>

true if exitCode is 0