Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:27:49.000Z (about 2 months ago)
- Last Synced: 2024-10-26T03:49:20.714Z (about 2 months ago)
- Topics: archive, radio, rails, ruby
- Language: Ruby
- Homepage:
- Size: 1.53 MB
- Stars: 20
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
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
[![Build Status](https://github.com/radiorabe/raar/actions/workflows/build.yml/badge.svg)](https://github.com/radiorabe/raar/actions/workflows/build.yml)
[![Code Climate](https://codeclimate.com/github/radiorabe/raar/badges/gpa.svg)](https://codeclimate.com/github/radiorabe/raar)
[![Coverage Status](https://coveralls.io/repos/github/radiorabe/raar/badge.svg?branch=master)](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.