Ross ROSS = Recommend OSS · open-source software intelligence for agents

adamcichy/SwiftySound

SwiftySound is a simple library that lets you play sounds with a single line of code. observed · 2026-08-28

github.com/adamcichy/SwiftySound · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3480
  • days_rel: n/a
  • days_push: 907
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1256 stars · 101 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SwiftySound is a lightweight Swift library that wraps AVFoundation to let iOS, macOS, tvOS, and visionOS apps play sounds with a single line of code. It supports looping, simultaneous playback, volume control, global enable/disable, and playback completion callbacks.

Use cases

  • play a sound effect in an iOS app with one line of code
  • loop background music infinitely in a Swift game
  • play the same sound multiple times simultaneously
  • globally mute or enable all sounds in an app
  • run a callback when a sound finishes playing
  • adjust the volume of individual sound instances

When to choose

  • you need simple, minimal sound playback in a Swift app without complex audio APIs
  • you want looping, volume, and mute support with almost no boilerplate
  • you target iOS, macOS, or tvOS and prefer a small dependency with SPM/CocoaPods/Carthage support

When to avoid

  • you need advanced audio features like mixing, effects, streaming, or precise timing
  • you need AVAudioSession category control on macOS, which is unsupported
  • you are building a non-Swift or non-Apple-platform project

Facets

library · maturity stable

audio-processing mobile-development cross-platform cross-platform swift sound-player avfoundation cocoapods spm game-audio looping-playback audio ios macos

1 source

Member repositories

RepositoryRoleHealth v2
adamcichy/SwiftySoundmain32

For agents

markdown · JSON · MCP: product_card(name="adamcichy/SwiftySound")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem