• This repository has been archived on 03/Aug/2023
  • Stars
    star
    119
  • Rank 296,177 (Top 6 %)
  • Language
    Objective-C
  • Created almost 12 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An audio waveform overview widget

JHWaveform

JHWaveform is An NSView subclass that draws a waveform overview. The view provides an optional ruler, grid and allows selection. JHWaveformView is able to graph any float* array, and a subclass, JHAudioPreviewView, attaches to an AVPlayer object and renders an overview of that player's asset, allows you to seek on the asset through the view, and renders the playhead position on the view.