Update README.md

This commit is contained in:
casey langen 2017-07-20 19:40:28 -07:00 committed by GitHub
parent 206931f3e0
commit 3fafe33063

View File

@ -4,9 +4,9 @@ a cross-platform, terminal-based audio engine, library, player and server writte
musikcube compiles and runs easily on windows, macos and linux. it also runs well on a raspberry pi with raspbian, and can be setup as a streaming audio server.
[keyboard shortcuts are described in the user guide.](https://github.com/clangen/musikcube/wiki/user-guide)
if you'd like to check out a quick demo, you can view an [asciinema cast here](https://asciinema.org/a/129748).
**a quick note**: the terminal-based frontend was recently renamed from `musikbox` to `musikcube` to avoid naming confusion. `musikbox` was originally a throw-away test harness for the core library, but evolved into a stable, usable player.
[keyboard shortcuts are described in the user guide.](https://github.com/clangen/musikcube/wiki/user-guide)
it looks something like this on windows:
@ -20,6 +20,10 @@ and on linux:
![linux screenshot](https://raw.githubusercontent.com/clangen/clangen-projects-static/master/musikcube/screenshots/linux.png)
here's a little demo:
[![asciicast](https://asciinema.org/a/129748.png)](https://asciinema.org/a/129748)
you can also stream audio from, or remote control musikcube using the `musikdroid` android app, which can be downloaded in the `releases` section above. it looks like this:
![android screenshot](https://raw.githubusercontent.com/clangen/clangen-projects-static/master/musikcube/screenshots/android.png)