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
- Host: GitHub
- URL: https://github.com/dimkr/ogg122
- Owner: dimkr
- License: mit
- Created: 2014-05-12T19:19:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T17:33:21.000Z (almost 11 years ago)
- Last Synced: 2025-01-23T14:30:54.155Z (over 1 year ago)
- Language: C
- Size: 209 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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/).