Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjgod/jjwaveview

A WaveView modified from ArkWaveView
https://github.com/jjgod/jjwaveview

Last synced: 16 days ago
JSON representation

A WaveView modified from ArkWaveView

Awesome Lists containing this project

README

        

JJWaveView - A clean-room implementation of ArkWaveView
=======================================================

[ArkWaveView] [awv] 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.

[awv]: http://www.cocoadev.com/index.pl?ArkonnektSound "ArkWaveView"