Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulseaudio] Fix sink-input configuration and other #11276

Merged

Commits on Sep 20, 2021

  1. [pulseaudio] Fix sink-input configuration and other small improvements (

    openhab#11272)
    
    The binding requires a parameter to activate the parsing of sink-input entries on the pulseaudio server. This patch :
    - document this behaviour
    - fix the parsing of these parameters if a configuration file is used (the old method of casting launched a class cast exception)
    
    Other small improvements :
    - Force a refresh/new parsing when the configuration changes
    - Fix scheduled disconnection : if a sound is played during the grace period, the scheduled disconnection is postponed, not added to the last
    - add a possibility to never disconnect the audio sink (in order to have a lower latency when playing sound)
    Closes openhab#11272
    
    Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
    Gwendal Roulleau committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1b108b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Small fixes after proofreading

    Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
    Gwendal Roulleau committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2c9e013 View commit details
    Browse the repository at this point in the history