Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
78e1c438
Commit
78e1c438
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
docs: update URL, fixes
parent
b23c59ec
No related branches found
No related tags found
No related merge requests found
Pipeline
#2558
passed
2 years ago
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
78e1c438
# AURA Engine Core
<img
src=
"https://gitlab.servus.at/au
toradio/met
a/-/raw/main/assets/images/aura-engine.png"
width=
"120"
align=
"right"
/>
<img
src=
"https://gitlab.servus.at/au
ra/aur
a/-/raw/main/assets/images/aura-engine.png"
width=
"120"
align=
"right"
/>
Engine Core is a multi-channel playout server for radio stations based on
[
Liquidsoap
](
https://www.liquidsoap.info/
)
.
It is able to broadcast via audio device outputs or connect to Icecast streams.
...
...
@@ -72,7 +72,7 @@ By default only audio output is enabled using the systems default ALSA device.
$
`\textcolor{red}{\text{Ensure PulseAudio server is disabled}}`
$
You get the most glitch-free experience when using
[
ALSA
](
https://www.alsa-project.org/
)
devices
directly. To avoid any play-out malfunctions ensure that no PulseAudio server is
not
running.
directly. To avoid any play-out malfunctions ensure that no PulseAudio server is running.
To check if PulseAudio is started, run
`make audio.pa.status`
. If this command returns an error,
PulseAudio is deactivated.
...
...
@@ -125,11 +125,11 @@ audio/source
```
If you are running all AURA services on a single instance you should be fine with just creating a
symbolic link to the relevant Tank folder (
`ln -s
../engine/audio ./audio
`
). But in some
symbolic link to the relevant Tank folder (
`ln -s
$TANK_STORE_PATH audio/source
`
). But in some
[
distributed and redundant production scenario
](
https://docs.aura.radio/en/latest/administration/deployment-scenarios.html
)
you might think about more advanced options on how to sync your audio files between machines.
You can find some ideas in the doc "
[
Setting up the Audio Store
](
https://docs.aura.radio/en/latest/administration/setup-audio-store.html
)
".
You can find some ideas in the doc "
[
Setting up the Audio Store
](
https://docs.aura.radio/en/latest/administration/setup-audio-store.html
)
".
## Running Engine Core
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment