From 2570c8feb9596937ebe183b62506db08dd221e18 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Mon, 5 Dec 2022 11:06:57 +0100 Subject: [PATCH] docs: update overview --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index febd3cd..636a1c8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ Engine API stores and provides playlog and studio clock information for the playout engine. +Its features include: + - **Playlogs**: A history of all audio played by the Engine. - **Track Service**: Same as playlogs, but stripped-down information for public use. - **Studio Clock**: Information on the current and next shows to be used in a _Studio Clock_ application. - **Health Information**: The history of health status records. -- **Active Source**: In redundant deployment scenarios the API stores and shares information on which engine instance is currently active. This could be extended to other audio sources, like physical silence detectors or other studio equipment. +- **Data Synchronization**: In high-availability deployment scenarios, data is aggregated from various Engine API instances. This can be extended to other audio sources, like physical silence detectors or other studio equipment. This documentation is primarily meant for developers. For using the _AURA Community Radio Suite_ visit [aura.radio](https://aura.radio). -- GitLab