jjgod / JJWaveView

A WaveView modified from ArkWaveView

This URL has Read+Write access

jjgod (author)
Mon May 04 01:30:14 -0700 2009
commit  83912119c67c9fbaf3f87db573e31febe23210c1
tree    ee91fc402b641981a6ad5e216e32e08d95152e21
parent  a551f4b15bdd359073a73a3f3a5de28c74ecf543
README.markdown

JJWaveView - A clean-room implementation of ArkWaveView

ArkWaveView is a (and perhaps the only) implementation to browse sound tracks in 2D graphical form with Cocoa and C++. The only catch is it requires a lot of libraries like MOKit and libsndfile. This implementation (JJWaveView) aims to remove most of the requirements, use Mac OS X (10.5+) core frameworks like Core Audio to replace them.