Skip to content

3.3.0_SNAPSHOT-pulseaudio_12555: [pulseaudio] Allow flexible parameters to find a given pulseaudio device

Pre-release
Pre-release
Compare
Choose a tag to compare
@dalgwen dalgwen released this 11 Apr 10:04
· 2951 commits to main since this release

To identify the device on the pulseaudio server, you can now use the description instead of the technical id (name).
You can also use an additionalFilters (optional regular expressions (separator ###) that need to match a property value of a device on the pulseaudio server)

Includes two other bugfixes from the 3.3.0 branch :

Bug fix 1 : Better initialization process to let the bridge make the first parsing before accessing devices info (avoir exception at startup)

Bug fix 2 : Can play MP3 of high bitrate by using a standard BufferedInputStream (handle the mark/reset much better) instead of a incorrect custom ResetableInputStream.