Difference between revisions of "SOUND4 x1.Cloud Versions"

From SOUND4wiki
m (Added Versions category)
(Added 1.1.14)
Line 1: Line 1:
 +
=== 1.1.14 ===
 +
(2020-07-16)
 +
 +
Added json API, with HTTP get/post/put. For instance:
 +
 +
* load a preset: localhost:8080/json/load/Jazz Ligh
 +
* get preset list: localhost:8080/json/get/presetlist
 +
* get all possible info: localhost:8080/json/get
 +
* set agc attack to 15: localhost:8080/json/set/preset/agc/attack/15
 +
 
===1.1.13===
 
===1.1.13===
 
(2020-05-06)
 
(2020-05-06)

Revision as of 14:27, 16 July 2020

1.1.14

(2020-07-16)

Added json API, with HTTP get/post/put. For instance:

  • load a preset: localhost:8080/json/load/Jazz Ligh
  • get preset list: localhost:8080/json/get/presetlist
  • get all possible info: localhost:8080/json/get
  • set agc attack to 15: localhost:8080/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