@miloadam99/sound
TypeScript icon, indicating that this package has built-in type declarations

4.3.3 • Public • Published

PixiJS Sound - Extended With FFT

WebAudio API playback library, with filters. Modern audio playback for modern browsers.

Node.js CI npm version

Features

  • Pausing and resuming
  • Independent volume control
  • Support blocking or layered sounds (multiple instances)
  • Support for PIXI.Loader system
  • FFT Amplitude & Waveform Analysis | @miloadam99
  • Peak Detection (Coming Soon!!) | @miloadam99
  • Dynamic filters:
    • ReverbFilter
    • DistortionFilter
    • EqualizerFilter
    • StereoFilter
    • TelephoneFilter

Known Compatibility

  • Chrome 58+
  • Firefox 49+
  • Safari 10+
  • iOS 9+
  • IE 9+

Usage

Installation is available by NPM:

npm i @pixi/sound --save
import { sound } from '@pixi/sound';

sound.add('my-sound', 'path/to/file.mp3');
sound.play('my-sound');

Resources

License

MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @miloadam99/sound

Weekly Downloads

0

Version

4.3.3

License

MIT

Unpacked Size

1.2 MB

Total Files

10

Last publish

Collaborators

  • miloadam99