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
e08ecb14
Commit
e08ecb14
authored
7 years ago
by
Gottfried Gaisbauer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed several issues. Started to create README.md
parent
92e2ef31
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+54
-0
54 additions, 0 deletions
README.md
with
54 additions
and
0 deletions
README.md
+
54
−
0
View file @
e08ecb14
# AURA Engine
This piece of Software is part of 'AURA - AUtomated RAdio'.
AURA Engine does:
*
requesting the programme from an external Source
*
switches the soundserver at the correct time to a given source for a specific show
*
records what is broadcasted
## Installation
### Software
#### Operating System
Any sound supporting linux system should work. It is tested and coded on a
**debian stretch**
#### Packages
On a debian machine:
```
bash
sudo
apt
install
python3 python3-pip
\
liquidsoap liquidsoap-plugin-alsa liquidsoap-plugin-ao liquidsoap-plugin-faad
\
liquidsoap-plugin-flac liquidsoap-plugin-icecast liquidsoap-plugin-lame
\
liquidsoap-plugin-mad liquidsoap-plugin-ogg liquidsoap-plugin-pulseaudio
\
liquidsoap-plugin-samplerate liquidsoap-plugin-taglib liquidsoap-plugin-voaacenc
\
liquidsoap-plugin-vorbis
```
#### Python Packages
```
sudo pip3 install Flask Flask-Babel flask-babel-utclocal-utils \
flask-mongoengine Flask-RESTful Flask-SQLAlchemy Flask-WTF \
mysqlclient redis simplejson
```
#### aura.py
It is the server which is connected to the external programme source, to liquidsoap and is listening for redis pubsub messages.
#### Guru
The commandline tool for interacting with the server.
#### Liquidsoap
The heart of AURA Engine. It uses the built in mixer, to switch between different sources. A source can be a stream, the filesystem or linein
### Hardware
AURA Engine ist tested with an ASUS Xonar DGX. It should work with every by ALSA supported soundcard. PulseAudio support is planned.
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