a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
Go to file
casey b544ea6f1f Important work towards eventual support of gapless playback:
- Transport: cleaned up memory management model -- shared_ptr<Player>
  was causing lots of unnecessary complication. The players are
  encapsulated, so switched to just Player*

- Player's destructor wasn't virtual! Caused some strange problems.

- Integrated next track loading in PlayerService!
2016-05-23 22:33:40 -07:00
data - Added bitmap for example 2008-11-03 12:53:04 +00:00
docs WARNING! This commit can break your build. If you use another bin/output directory for the build, copy the path bin/debug/locales and its contents to your output directory! 2008-09-09 14:01:52 +00:00
modules Attempting to build libflac 2011-02-17 19:34:45 +00:00
src Important work towards eventual support of gapless playback: 2016-05-23 22:33:40 -07:00
.gitignore Added updated project filters. Oops. 2016-05-03 23:18:41 -07:00
audioengine.sln - Fixed the SimpleScrollAdapter to have a max size, and do so 2016-05-09 00:32:36 -07:00
CMakeLists.txt Win32cpp and musikServer now included in CMake and compile and run :D 2011-02-25 14:06:21 +00:00
LICENSE.txt