Skip to content

littledivy/deno_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


deno_audio logo

deno_audio

Audio playback library for Deno.

stars issues deno version

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.