Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 597 Bytes

WaveformView macOS

An NSView subclass, in Swift (version 3), that reproduces the waveform effect seen in Siri on iOS 7 and 8. Includes a simple example application.

It's a Swift port of SISinusWaveView that also removed the requirement of EZAudio. There is also a WaveformView for iOS that shares most of the same code.

WaveformView Demo

Change Log

  • 1.0
    • Initial release
    • Requires Swift 3