{"id":1423,"url":"https://github.com/LeonardoCardoso/AudioIndicatorBars","last_synced_at":"2025-08-02T04:31:11.924Z","repository":{"id":56902500,"uuid":"68379120","full_name":"LeonardoCardoso/AudioIndicatorBars","owner":"LeonardoCardoso","description":"AIB indicates for your app users which audio is playing. Just like the Podcasts app.","archived":true,"fork":false,"pushed_at":"2018-06-25T11:04:15.000Z","size":6958,"stargazers_count":290,"open_issues_count":1,"forks_count":28,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-18T09:10:13.406Z","etag":null,"topics":["audio","carthage","cocoapods","ios","swift","tvos","xcode"],"latest_commit_sha":null,"homepage":"https://leocardz.com/audio-indicator-bars-f2d3e4ec4961#.o5n3x71c2","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeonardoCardoso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-16T12:48:40.000Z","updated_at":"2025-06-30T20:31:05.000Z","dependencies_parsed_at":"2022-08-21T01:50:42.732Z","dependency_job_id":null,"html_url":"https://github.com/LeonardoCardoso/AudioIndicatorBars","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LeonardoCardoso/AudioIndicatorBars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FAudioIndicatorBars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FAudioIndicatorBars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FAudioIndicatorBars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FAudioIndicatorBars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonardoCardoso","download_url":"https://codeload.github.com/LeonardoCardoso/AudioIndicatorBars/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FAudioIndicatorBars/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334611,"owners_count":24233793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","carthage","cocoapods","ios","swift","tvos","xcode"],"created_at":"2024-01-05T20:15:46.118Z","updated_at":"2025-08-02T04:31:10.963Z","avatar_url":"https://github.com/LeonardoCardoso.png","language":"Swift","funding_links":[],"categories":["Media","UI"],"sub_categories":["Audio","Other free courses"],"readme":"![AudioIndicatorBars](Images/logo.png)\n\n**Audio Indicator Bars** for **iOS** and **tvOS**\n\nIndicates for your app users which audio is playing. Just like the Podcasts app.\n\n[![Platform](https://img.shields.io/badge/platform-iOS%20|%20tvOS-orange.svg)](https://github.com/LeonardoCardoso/AudioIndicatorBars#requirements-and-details)\n[![CocoaPods](https://img.shields.io/badge/pod-v0.0.2-red.svg)](https://github.com/LeonardoCardoso/AudioIndicatorBars#cocoapods)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/AudioIndicatorBars#carthage)\n[![Build Status](https://travis-ci.org/LeonardoCardoso/AudioIndicatorBars.svg?branch=master)](https://travis-ci.org/LeonardoCardoso/AudioIndicatorBars)\n\n\n#### Index \n\n- [Requirements and Details](#requirements-and-details)\n- [Installation](#installation)\n    * [CocoaPods](#cocoapods)\n    * [Carthage](#carthage)\n    * [Manually](#manually)\n- [Usage](#usage)\n    * [Instatiating](#instatiating)\n        + [Programmatically](#programmatically)\n        + [Interface Builder](#interface-builder)\n    * [Actions](#actions)\n        + [Start](#start)\n        + [Stop](#stop)\n- [Information and Contact](#information-and-contact)\n- [License](#license)\n\n\u003chr /\u003e\n\n## Requirements and Details\n\n* iOS 9.0+ / tvOS 9.0+\n* Xcode 8.0+\n* Built with Swift 3.0\n\n## Installation\n\n### CocoaPods\n\nTo use **AudioIndicatorBars** as a pod package just add the following in your **Podfile** file.\n\n```ruby\n\tsource 'https://github.com/CocoaPods/Specs.git'\n\tplatform :ios, '9.0'\n\t\n\ttarget 'Your Target Name' do\n\t  \tuse_frameworks!\n\t  \t// ...\n\t  \tpod 'AudioIndicatorBars', '~\u003e 0.0.2'\n\t  \t// ...\n\tend\n```\n\n### Carthage\n\nTo use **AudioIndicatorBars** as a Carthage module package just add the following in your **Cartfile** file.\n\n```ruby\n  \t// ...\n\tgithub \"LeonardoCardoso/AudioIndicatorBars\" ~\u003e 0.0.2\n  \t// ...\n```\n\n### Manually\n\nYou just need to drop AudioIndicatorBars folder into Xcode project (make sure to enable \"Copy items if needed\" and \"Create groups\").\n\n\n## Usage\n\n### Instatiating\n\n#### Programmatically\n```swift\nlet indicator: AudioIndicatorBarsView =\n            AudioIndicatorBarsView(\n                rect: CGRect,\n                barsCount: Int,\n                cornerRadius: CGFloat,\n                color: UIColor\n        )\n        \n// then add indicator to your view\n```\n\n#### Interface Builder\n\n| Add a view with Custom Class on Indentity Inspector |\n|:-:|\n| ![IB1.png](Images/IB0.png) |\n\n| Indentity Inspector | Atributes Inspector | Result |\n|:-:|:-:|:-:|\n| ![IB1.png](Images/IB1.png) | ![IB2.png](Images/IB2.png) | ![example1.gif](Images/example1.gif) |\n\nThis GIF is not as smooth as it really is though 😀. You can check the videos in [Images](Images) folder.\n\nHere are some possibilities.\n\n![example2.gif](Images/example2.gif)\n\n\n### Actions\n\n#### Start\n```swift\nindicator.start()\n```\n\n#### Stop\n```swift\nindicator.stop()\n```\n\n\n## Information and Contact\n\nDeveloped by [@LeonardoCardoso](https://github.com/LeonardoCardoso). \n\nContact me either by Twitter [@leocardz](https://twitter.com/leocardz) or emailing me to [contact@leocardz.com](mailto:contact@leocardz.com).\n\n\n## License\n\n    The MIT License (MIT)\n\n\tCopyright (c) 2016 Leonardo Cardoso\n\t\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\t\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\t\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n### Follow me for the latest updates\n\u003ca href=\"https://goo.gl/UC8B8o\"\u003e\u003cimg src=\"https://i.imgur.com/pac7UMq.png/\" width=\"179\" height=\"26\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCardoso%2FAudioIndicatorBars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeonardoCardoso%2FAudioIndicatorBars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCardoso%2FAudioIndicatorBars/lists"}