Skip to content

Releases: janakj/pulseaudio.js

v1.3.4

07 Apr 01:14
v1.3.4
Compare
Choose a tag to compare

This release fixes a problem in property conversion functions, where a property that has a primitive value and sub-properties at the same time was not correctly converted. The issue was reported by @Dianoga, who also provided an initial fix. Thank you very much!

Release 1.3.3

17 Apr 02:59
v1.3.3
Compare
Choose a tag to compare

This release newly implements the PulseAudio command moveSourceOutput(). The implementation was contributed by @graysonliu.

v1.3.2

13 Nov 05:33
v1.3.2
Compare
Choose a tag to compare

A maintenance release that fixes a vulnerability in one of the NPM dependencies of this library.

v1.3.1

15 Jun 13:37
Compare
Choose a tag to compare

This is a maintenance release that updates one NPM dependency.

v1.3.0

08 Apr 08:16
Compare
Choose a tag to compare

This release implements two additional PulseAudio class methods: getSourceOutputInfo and getSourceOutputList.

Contributed by @NebuPookins

v1.2.0

01 Sep 21:46
Compare
Choose a tag to compare

This release provides three new PulseAudio client methods: getClients(), getSinkInputList(), and moveSinkInput().

In addition to that, it also upgrades outdated npm dependencies and fixes a couple of type checking errors reported by newer versions of TypeScript.

v1.1.0

28 Mar 17:55
Compare
Choose a tag to compare

This release just updates NPM dependencies

v1.0.1

28 Jan 22:02
Compare
Choose a tag to compare

Export more symbols to the application.

v1.0.0

28 Jan 20:52
Compare
Choose a tag to compare

This is the first public release of PulseAudio.js, a JavaScript (TypeScript) client for PulseAudio. The client library has been tested in proprietary Node.js applications.