Skip to content

Commit

Permalink
fix: apply replay gain preferences on scheduled files (#2945)
Browse files Browse the repository at this point in the history
### Description

The replay gain preferences are applied in the legacy code, but the
playout code was missing this feature. The replay gain was not applied
when playout fetched the schedules.

https://github.com/libretime/libretime/blob/37d1a7685e37e45734553a0eb4a4da793ca858cb/legacy/application/models/Schedule.php#L881-L886
libretime/libretime@35d0dec
  • Loading branch information
libretime-bot committed Feb 8, 2024
1 parent f823769 commit 9574cd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7535,10 +7535,19 @@ components:
message_offline:
type: string
readOnly: true
replay_gain_enabled:
type: boolean
readOnly: true
replay_gain_offset:
type: number
format: double
readOnly: true
required:
- input_fade_transition
- message_format
- message_offline
- replay_gain_enabled
- replay_gain_offset
StreamState:
type: object
properties:
Expand Down

0 comments on commit 9574cd2

Please sign in to comment.