Skip to content

Commit

Permalink
0.4.2 AudioFeeder
Browse files Browse the repository at this point in the history
* Flash: fixed sample count in cached playback data
* Web Audio: partial fixes to `stop()`/`start()` buffered audio recovery
  • Loading branch information
bvibber committed Jun 4, 2016
1 parent 6dbebb1 commit 62d9110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audio-feeder",
"version": "0.4.1",
"version": "0.4.2",
"description": "Abstraction for streaming raw PCM audio in browser via Web Audio API.",
"main": "dist/AudioFeeder.js",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ and is suitable for use in custom audio and video playback.
* dynamicaudio.as and some Flash-related bits are based on code under BSD license, (c) 2010 Ben Firshman

## Updates

* 0.4.2 - 2016-06-03
* Flash: fixed sample count in cached playback data
* Web Audio: partial fixes to `stop()`/`start()` buffered audio recovery
* 0.4.1 - 2016-06-02
* Flash: Cleaned up internal buffering
* Flash: `stop()`/`start()` more reliable, doesn't drop audio
Expand Down

0 comments on commit 62d9110

Please sign in to comment.