Difference between revisions of "SOUND4 x1.Cloud Versions"
m (→1.1.17) |
m (→1.1.17) |
||
Line 4: | Line 4: | ||
Added some RTP checks and logs. | Added some RTP checks and logs. | ||
− | Set RTP thread in realtime priority, if allowed (might need cap SYS_NICE). Can be adjusted with environment variable SCHED_PRIO. Set SCHED_PRIO=0 to disable. | + | Set RTP thread in realtime priority, if allowed (might need cap SYS_NICE). Can be adjusted with environment variable SCHED_PRIO. Set SCHED_PRIO=0 to disable, or 1 to 99 (default 10). |
Check that incoming RTP packet are processed quickly (<5ms or environment variable ALERT_HANDLE_PACKET_DELAY_MS) to detect CPU overloads. | Check that incoming RTP packet are processed quickly (<5ms or environment variable ALERT_HANDLE_PACKET_DELAY_MS) to detect CPU overloads. |
Revision as of 14:34, 2 October 2020
Contents
1.1.17
(2020-10-01)
Added some RTP checks and logs.
Set RTP thread in realtime priority, if allowed (might need cap SYS_NICE). Can be adjusted with environment variable SCHED_PRIO. Set SCHED_PRIO=0 to disable, or 1 to 99 (default 10).
Check that incoming RTP packet are processed quickly (<5ms or environment variable ALERT_HANDLE_PACKET_DELAY_MS) to detect CPU overloads.
Small optimizations.
1.1.16
(2020-09-28)
Better display on web interface for small devices.
Secure the process errors, to avoid rare floating-point compute errors locking the process, and directly recover the known-possible ones.
1.1.15
(2020-07-16)
When license is invalid, the process now goes to bypass instead of silence.
1.1.14
(2020-07-16)
Added json API, with HTTP get/post/put. For instance:
- load a preset: http://localhost/json/load/Jazz Ligh
- get preset list: http://localhost/json/get/presetlist
- get all possible info: http://localhost/json/get
- set agc attack to 15: http://localhost/json/set/preset/agc/attack/15
1.1.13
(2020-05-06)
Clean-up AWS_ACCESS vars from env by removing quotes, and extra char at end (CR,LF,TAB,SPC)
1.1.12
(2020-05-06)
Build-chain corrections only.
1.1.11
(2020-05-06)
Use S4_AWS_ACCESS_KEY_ID and S4_AWS_SECRET_ACCESS_KEY by default, to circumvent troubles in AWS environments.
Correct Jazz Light factory
Allow websocket cross-origin
1.1.10
(2020-05-05)
Improved band limiter and lookahead working mode.
1.1.8
(2020-02-12)
Uses RADIO_NAME environment var for licenses.
1.0.33
(2020-01-29)
Support hostnames in command-lines.
1.0.31
(2020-01-17)
Correct Audio format parsing from command-line.
1.0.30
(2020-01-16)
Added R128.
1.0.28
(2019-11-20)
Nice EQ setup in HTML. Many GUI improvements
1.0.5
(2019-11-08)
Improved Preset Import/Export
Lots of GUI improvement.
Sound processing corrections to be closer to card version.
1.0.0
(2019-07-12)
First beta release