audio-play icon indicating copy to clipboard operation
audio-play copied to clipboard

Play audio buffer in browser/node

Results 14 audio-play issues
Sort by recently updated
recently updated
newest added

I'm using this package from an Electron application. As the title says, any files that are less than 100 kb in size play fine, but any over that get the...

To change playback during the playback :inception_mem: ```js let playback = play(stuff) playback.rate *= 1.1 ```

In particular, browser time is tracked only when paused. Guess we can define sort of getter on `playback` object.

For CLI would be nice to play any source [audio-loader](https://github.com/danigb/audio-loader) can play, as well as soundcloud etc. ``` play https://soundcloud.com/xxx ``` Just leave it here to cancel later.