deno_audio

Audio playback library for Deno

Stars
36
Committers
1

Example

import { play } from "https://deno.land/x/[email protected]/mod.ts";

// supports mp3, wav, vorbis, flac
await play("music.mp3");

Building from source

Prerequisites

Building

$ deno_bindgen --release

Example

$ deno run --unstable -A example.ts

Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

Copyright

Logo by @carazmatic at picsart.com (cute, isn't it?)

deno_audio is licensed under the MIT license. Please see the LICENSE file.