MusikCube
musikCube screenshot | |
Developer(s) | Casey Langen, musikCube community. |
---|---|
Initial release | July 29, 2004 |
Stable release | 1.1 Final[1] (March 23, 2012 ) [±] |
Preview release | mC2 Developer Milestone 3.3.2 (April 23, 2010 ) [±] |
Repository |
github |
Development status | Unmaintained |
Written in | C++ |
Operating system | Microsoft Windows (only 2000, XP, 2003 Server, 2008 Server, Vista, 7, 8) |
Available in | English |
Type | Audio player |
License | Various |
Website | www.musikcube.com |
musikCube is a partially open source audio player. Originally created as a fork of wxMusik, it has since been expanded to include capabilities not available in wxMusik. Internally, musikCube uses the proprietary BASS audio library to provide playback support.
Features
musikCube is based on a modular plugin architecture, and may use plugins written in C or C++. Besides extraneous features such as Last.fm support and Instant messaging support, plugins provide core functionality for playback formats or hardware support. Plugins currently exist to provide support for many popular audio codecs, including MP3, AAC, Ogg Vorbis, and FLAC. Unusually for a media player, there is no support for alternative skins and no support is planned at this time. However, as of version 1.0, a theme editor dialog has been added allowing users to change the colors within their player.
Internally, musikCube uses the SQLite database library for storing track and playlist metadata. This allows dynamic playlists to be constructed using SQL queries, rather than the more limited graphical interfaces popular in other media players.
There is currently no support for Digital rights management, and a bug means that the player crashes when it attempts to play a DRM-protected track.
musikCube is capable of streaming audio via the associated musikServer. Currently, an Android client exists, allowing music to be streamed over cellphone networks.[2]
Licensing
musikCube, and its support library musikCore, are licensed under the Three-clause BSD license. However, because the proprietary BASS audio library is used internally for output support, musikCube cannot be sold or used within commercial software without paying a BASS license fee.[3] Due to these restrictions, projects exist with the goal to port musikCube to alternative output libraries, including OpenAL and GStreamer.
Latest release
The latest version of musikCube is 1.0 and was released on December 3, 2006. The development of musikCube 1.0 has ceased in favor of musikCube2,[4] which replaces the BASS audio engine with a modified version of Tuniac's audio engine.[5]
See also
References
- ↑ http://www.tomsguide.com/us/download/musikCube,0301-1536.html
- ↑ musikCube.apk - musikcube - mC2android 1.0.9 - A music player - Google Project Hosting. Code.google.com (2010-03-24). Retrieved on 2013-12-09.
- ↑ BASS
- ↑ musikCube Community / Is mC dead?
- ↑ AudioEngine - An overview of the audio engine structure - musikCube - Google Code