Virtual Audio Graph Versions Save

:notes: Library for declaratively manipulating the Web Audio API

v1.2.1

5 months ago

1.2.1 (2023-11-23)

Reverts

  • Revert "test(audit): change --audit-level to critical" (309ddb4)

v1.2.0

1 year ago

1.2.0 (2023-02-07)

Features

  • OfflineAudioContext: add support for OfflineAudioContext (d33efb0), closes #397

v1.1.9

1 year ago

1.1.9 (2023-01-07)

Bug Fixes

  • OscillatorNodes: only ever pass a single argument to start method to keep stricly inline with the specification and to avoid bugs in non-browser Web Audio implementations like node-web-audio-api (f898b09), closes #267

v1.1.8

2 years ago

1.1.8 (2021-07-22)

Bug Fixes

  • CustomVirtualAudioNode: do not pointlessly disconnect parent nodes when a child node needs to be replaced (5bbe2a9)

v1.1.7

2 years ago

1.1.7 (2021-07-15)

Bug Fixes

  • CustomVirtualAudioNode: handle when startTime and stopTime change on child nodes (06bc0fb), closes #316

v1.1.6

4 years ago

1.1.6 (2019-09-01)

Bug Fixes

  • build: ensure typescript types are included in package (747e2b2)

v1.1.5

4 years ago

1.1.5 (2019-07-19)

Bug Fixes

  • bufferSource: fix bug with offsetTime not working in Chrome (#65) (9b1181e)

v1.1.4

5 years ago

1.1.4 (2019-05-12)

Bug Fixes

  • release: attempt to fix bug where built code is not included in release (0c7d438)

v1.1.3

5 years ago

1.1.3 (2019-05-12)

Bug Fixes

  • release: attempt to fix bug where built code is not included in release (6ccfe22)

v1.1.2

5 years ago

1.1.2 (2019-05-12)

Bug Fixes

  • debugging issue with semantic-release not including built files (e45f82e)