# fulldecent/FDWaveformView

Reads an audio file and displays the waveform

Repository: https://github.com/fulldecent/FDWaveformView
Canonical: https://ross.abutalabs.com/products/fdwaveformview
Language: Swift
License: MIT
License Family: permissive
Topics: swift, audio, waveform, ios, cocoapod, visualization, multimedia
Last push: 2026-05-06T03:31:51+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 81, release rhythm 60, longevity 100
- inputs: {"age_days": 4701, "days_push": 119, "days_rel": 269, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1308, forks 168 (observed 2026-08-28T04:04:19.278558+00:00)

## What it is
FDWaveformView is a Swift UIView subclass that reads audio files and renders their waveforms with support for highlighting playback progress, zooming, and gesture-based scrubbing. It is distributed via Swift Package Manager and CocoaPods for iOS apps.

## Use cases
- display audio waveform in an iOS app
- add scrubbing to an audio player UI
- show playback progress on a waveform
- let users zoom into a waveform segment
- build a voice memo preview interface
- render waveforms from audio file URLs in Swift

## When to choose
- you need an iOS UIKit waveform view with built-in gestures
- you want progressive rendering and zoom for long audio files
- you prefer a lightweight MIT-licensed Swift component with SPM support

## When to avoid
- you need cross-platform (Android/web) waveform rendering
- you are building with SwiftUI only and want a native SwiftUI API
- you need audio playback itself, not just visualization

## Facets
- artifact type: library
- maturity: active
- function: audio-processing, data-visualization, ui-components
- domain: mobile-development, media
- platform: -
- tags: waveform, cocoapod, swift-package-manager, uikit, scrubbing, audio-player-ui, audio, ios, swift, mobile

## Member repositories
- fulldecent/FDWaveformView (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:19.278558+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:50:05.106708+00:00, confidence not recorded.
  - readme: https://github.com/fulldecent/FDWaveformView (fetched 2026-08-28T04:04:19.278558+00:00, sha 21931ca6ca21)
- Data as of 2026-08-30T08:39:29.467469+00:00.
