4.3.3 • Published 2 years ago

@miloadam99/sound v4.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

6.0.0

3 years ago

4.3.2

2 years ago

4.3.1

3 years ago

4.3.3

2 years ago

4.3.0

3 years ago

4.2.0

3 years ago

7.0.0

3 years ago

4.1.0

3 years ago

4.0.9

3 years ago

4.0.8

3 years ago

4.0.7

3 years ago

4.0.6

3 years ago