Documentation

User manuals, tutorials, and API references for the AUDALAXY platform

AUDALAXY for beginners

Tips for entering the world of AUDALAXY – here, we reveal what is behind the AUDALAXY audio cloud services and which user areas are available to customers.

Use the AUDALAXY playout

If you do not supply your own audio source, you can use the AUDALAXY playout. The following points in the documentation can be helpful for this:

Tips for studio IT professionals

Help in optimally distributing the programmes from the media companies via the Audalaxy platform.

Planning aid for music editors and programme makers

Create complex programmes quickly and easily. Mix different audio sources, such as podcast feeds, playlists, or sequences. The AUDALAXY console is a complete online audio transmission system.

Optimise advertising configurations yourself

All settings for configuring the preroll and midroll spots can be adjusted in the console. All the important things to know about advertising:

Interfaces for DevOps

This section provides a detailed description of the interfaces that can be used for automated communication with the AUDALAXY audio cloud services.

Control options for cloud operators

Cloud operators have special options for controlling and configuring the audio cloud services. These and other details are outlined here:

Stream external audio sources

In the AUDALAXY console, it is possible to create a new channel with its own audio source in no time. The most important work steps

document.addEventListener('DOMContentLoaded', function () { const cookieLayerHTML = ` `; // Cookie Layer in den Body einfügen document.body.insertAdjacentHTML('beforeend', cookieLayerHTML); const cookieLayer = document.getElementById('cookie-layer'); const acceptAllBtn = document.getElementById('accept-all'); const manageSettingsBtn = document.getElementById('manage-settings'); // Prüfen, ob der Nutzer bereits eine Auswahl getroffen hat if (!localStorage.getItem('cookieConsent')) { cookieLayer.style.display = 'block'; } // Alle Cookies akzeptieren acceptAllBtn.addEventListener('click', function () { localStorage.setItem('cookieConsent', 'all'); cookieLayer.style.display = 'none'; }); // Einstellungen verwalten manageSettingsBtn.addEventListener('click', function () { alert('Hier können Sie die Cookie-Einstellungen verwalten. (Funktion noch umzusetzen)'); // Weitere Logik zur Auswahl spezifischer Cookies hinzufügen }); });