Skip to content

Releases: benji6/virtual-audio-graph

v1.2.1

23 Nov 16:17
Compare
Choose a tag to compare

1.2.1 (2023-11-23)

Reverts

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

v1.2.0

07 Feb 22:40
Compare
Choose a tag to compare

1.2.0 (2023-02-07)

Features

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

v1.1.9

07 Jan 21:13
Compare
Choose a tag to compare

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

22 Jul 13:36
Compare
Choose a tag to compare

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

15 Jul 21:39
Compare
Choose a tag to compare

1.1.7 (2021-07-15)

Bug Fixes

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

v1.1.6

01 Sep 12:05
Compare
Choose a tag to compare

1.1.6 (2019-09-01)

Bug Fixes

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

v1.1.5

19 Jul 23:27
Compare
Choose a tag to compare

1.1.5 (2019-07-19)

Bug Fixes

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

v1.1.4

12 May 21:00
Compare
Choose a tag to compare

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

12 May 20:40
Compare
Choose a tag to compare

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

12 May 20:06
Compare
Choose a tag to compare

1.1.2 (2019-05-12)

Bug Fixes

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