[GH-ISSUE #36] Function block input: Ft (Volume Fading Time) #12

Closed
opened 2026-02-27 19:27:54 +03:00 by kerem · 3 comments
Owner

Originally created by @mr-manuel on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/36

Would be nice, if this can be implemented. This would allow to slowly increase the buzzer volume, when the buzzer starts playing and waking up would be more smoothly.

Originally created by @mr-manuel on GitHub (Oct 12, 2025). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/36 Would be nice, if this can be implemented. This would allow to slowly increase the buzzer volume, when the buzzer starts playing and waking up would be more smoothly.
kerem 2026-02-27 19:27:54 +03:00
Author
Owner

@rudyberends commented on GitHub (Oct 16, 2025):

That should be quite doable.
When the Ft (Volume Fading Time) parameter is set on the player block, the Miniserver already sends a similar command when the buzzer is triggered:

audio/grouped/buzzer/38/?q&ZmFkaW5nJmZhZGluZ1RpbWU9MTIw

The text after the ? is a Base64-encoded string that decodes to:

fading&fadingTime=120

This means we already receive the fade time value.
We can easily use this fadingTime parameter to gradually increase the buzzer volume over the defined duration, resulting in a smoother fade-in effect when the buzzer starts playing.

<!-- gh-comment-id:3412370973 --> @rudyberends commented on GitHub (Oct 16, 2025): That should be quite doable. When the Ft (Volume Fading Time) parameter is set on the player block, the Miniserver already sends a similar command when the buzzer is triggered: `audio/grouped/buzzer/38/?q&ZmFkaW5nJmZhZGluZ1RpbWU9MTIw` The text after the ? is a Base64-encoded string that decodes to: `fading&fadingTime=120` This means we already receive the fade time value. We can easily use this fadingTime parameter to gradually increase the buzzer volume over the defined duration, resulting in a smoother fade-in effect when the buzzer starts playing.
Author
Owner

@rudyberends commented on GitHub (Nov 1, 2025):

This should now work in the latest 3.0.0 release. Please start with a fresh config and let me know the results.

<!-- gh-comment-id:3476677861 --> @rudyberends commented on GitHub (Nov 1, 2025): This should now work in the latest 3.0.0 release. Please start with a fresh config and let me know the results.
Author
Owner

@mr-manuel commented on GitHub (Nov 1, 2025):

Works nicely, thanks!

<!-- gh-comment-id:3476776743 --> @mr-manuel commented on GitHub (Nov 1, 2025): Works nicely, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#12
No description provided.