sound
WebAudio API playback library, with filters. Modern audio playback for modern browsers.
File Explorer
Download Latest Version (.zip)- main.yml
- CODE_OF_CONDUCT.md
- settings.json
- .eslintrc.json
- demo.js
- filters.js
- index.js
- sprites.js
- examples.css
- range.css
- loop1.mp3
- loop2.mp3
- loop3.mp3
- loop4.mp3
- applause.mp3
- applause.ogg
- bird.mp3
- boing.mp3
- buzzer.mp3
- car.mp3
- chime.mp3
- github.svg
- logo.svg
- mechanical.mp3
- musical.mp3
- sprite.mp3
- success.mp3
- sword.mp3
- whistle.mp3
- demo.html
- filters.html
- index.html
- sprites.html
- DistortionFilter.ts
- EqualizerFilter.ts
- Filter.ts
- index.ts
- MonoFilter.ts
- ReverbFilter.ts
- StereoFilter.ts
- StreamFilter.ts
- TelephoneFilter.ts
- HTMLAudioContext.ts
- HTMLAudioInstance.ts
- HTMLAudioMedia.ts
- index.ts
- IMedia.ts
- IMediaContext.ts
- IMediaInstance.ts
- index.ts
- index.ts
- playOnce.ts
- render.ts
- sineTone.ts
- supported.ts
- index.ts
- WebAudioContext.ts
- WebAudioInstance.ts
- WebAudioMedia.ts
- WebAudioNodes.ts
- WebAudioUtils.ts
- browser.ts
- Filterable.ts
- index.ts
- instance.ts
- Sound.ts
- soundAsset.ts
- SoundLibrary.ts
- SoundSprite.ts
- alert-12.mp3
- alert-4.mp3
- alert-4.ogg
- alert-7.mp3
- dataUrlResources.ts
- musical-11.mp3
- silence.mp3
- .eslintrc.json
- htmlaudio.test.ts
- index.test.ts
- suite.ts
- webaudio.test.ts
- .gitignore
- .npmrc
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/pixijs/sound
Downloads the entire project code from GitHub to your computer.
cd sound
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i @pixi/sound --save
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
