An open API service indexing awesome lists of open source software.

https://github.com/dimkr/ogg122

A tiny Ogg Vorbis player
https://github.com/dimkr/ogg122

Last synced: over 1 year ago
JSON representation

A tiny Ogg Vorbis player

Awesome Lists containing this project

README

          

_ ____ ____
___ __ _ __ _/ |___ \|___ \
/ _ \ / _` |/ _` | | __) | __) |
| (_) | (_| | (_| | |/ __/ / __/
\___/ \__, |\__, |_|_____|_____|
|___/ |___/

Overview
========

ogg122 is a tiny, standalone, public-domain alternative to ogg123
(http://www.vorbis.com/) without big or exotic dependencies.

It uses the wonderful stb_vorbis (http://www.nothings.org/stb_vorbis/) for
decoding and tinyalsa (https://github.com/tinyalsa/tinyalsa) for playback.

Credits and Legal Information
=============================

fbim is free and unencumbered software released under the terms of the MIT
license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.

The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).