https://github.com/radiorabe/raar
RAAR is a ruby application to manage and browse an audio archive.
https://github.com/radiorabe/raar
archive radio rails ruby
Last synced: about 2 months ago
JSON representation
RAAR is a ruby application to manage and browse an audio archive.
- Host: GitHub
- URL: https://github.com/radiorabe/raar
- Owner: radiorabe
- License: agpl-3.0
- Created: 2015-11-25T21:06:54.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T07:18:40.000Z (about 2 months ago)
- Last Synced: 2025-03-11T08:25:22.890Z (about 2 months ago)
- Topics: archive, radio, rails, ruby
- Language: Ruby
- Homepage:
- Size: 1.57 MB
- Stars: 20
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - radiorabe/raar - RAAR is a ruby application to manage and browse an audio archive. (ruby)
README
# RAAR Radio Archive
[](https://github.com/radiorabe/raar/actions/workflows/build.yml)
[](https://codeclimate.com/github/radiorabe/raar)
[](https://coveralls.io/github/radiorabe/raar?branch=master)RAAR is a ruby application to manage and browse an audio archive.
It consists of three main parts:
* The importer adds existing audio recordings and their metadata to the archive.
* The downgrader reduces the audio quality of archived files after defined periods of time.
* A REST API gives access to the archived audio, the metadata and the archive configuration.## Digging deeper
* [Architecture](doc/architecture.md)
* [Development](doc/development.md)
* [Deployment](doc/deployment.md)
* [API](doc/api.md)
* [Import](doc/import.md)
* [Downgrade](doc/downgrade.md)
* [Recording](doc/recording.md)## License
RAAR is released under the terms of the GNU Affero General Public License.
Copyright 2015-today Radio Rabe.
See `LICENSE` for further information.