Releases: idsinge/latency-test
Releases · idsinge/latency-test
v1.2.0
Removed
- The
input-gainattribute andinputGainproperty. They were documented and typed but never wired to aGainNode— setting them had no effect in any released version. Input gain is permanently a host responsibility: build a gain chain and pass the processed stream asinputStream(see docs/examples/host-gain.md). Consumer impact: TypeScript code referencinginputGainwill no longer compile, and'input-gain'is no longer listed inLatencyTest.observedAttributes— runtime behavior is otherwise unchanged. Policy note: this project treats removal of documented-but-never-functional API as a minor release; strict semver would classify any public API removal as major.
Full changelog: CHANGELOG.md