Skip to content

perez-rich/simple-sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@imperez/simple-sound

Simple Sound Banner

Simple Sound is an ES6 javascript library to play audio files from the browser. For any examples you can see the html files in the examples directory.

Intall

npm i @perez-rich/sound

Usage

import { load } from '@perez-rich/sound';

const sound = await load('path/to/sound.mp3');
sound.play();

About

A simple library to play sounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published