{"id":17046087,"url":"https://github.com/ibrahimhass/ihequalizerview","last_synced_at":"2025-04-12T15:30:45.184Z","repository":{"id":56914936,"uuid":"100202725","full_name":"Ibrahimhass/IHEqualizerView","owner":"Ibrahimhass","description":"An Custom UIView which draws the output of an audio asset in real time. ","archived":false,"fork":false,"pushed_at":"2023-04-06T07:24:04.000Z","size":12268,"stargazers_count":110,"open_issues_count":2,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T10:03:39.255Z","etag":null,"topics":["animation","audio-visualizer","cocoapods","equalizer-and-visualisation","ios","mediaplayer","swift","uiview","uiview-subclass","visualization"],"latest_commit_sha":null,"homepage":"","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/Ibrahimhass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-13T20:27:18.000Z","updated_at":"2024-06-28T10:50:20.000Z","dependencies_parsed_at":"2024-11-07T14:01:09.531Z","dependency_job_id":"224c0170-b275-4d5b-8ffe-40863adb66dc","html_url":"https://github.com/Ibrahimhass/IHEqualizerView","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.02857142857142858,"last_synced_commit":"a43f03fe326b24a95cd09f4fd06cdd37a7bf8036"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibrahimhass%2FIHEqualizerView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibrahimhass%2FIHEqualizerView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibrahimhass%2FIHEqualizerView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ibrahimhass%2FIHEqualizerView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ibrahimhass","download_url":"https://codeload.github.com/Ibrahimhass/IHEqualizerView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589273,"owners_count":21129579,"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","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":["animation","audio-visualizer","cocoapods","equalizer-and-visualisation","ios","mediaplayer","swift","uiview","uiview-subclass","visualization"],"created_at":"2024-10-14T09:45:02.761Z","updated_at":"2025-04-12T15:30:44.535Z","avatar_url":"https://github.com/Ibrahimhass.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IHEqualizerView\nA simple, intuitive audio asset visualiser for iOS.\n\n# Example\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n# Highlights\nVery simple and lightweight. Color Coding for differnt output range. Written in Swift.\n\n* Pale red for low output\n* Light red for medium\n* Red for high output\n* Based on the output distribution pattern of Recorder App from Apple\n* Option to pre-render audio file\n\n# Getting Started\n\nTo begin using IHEqualizerView you must first make sure you have the proper build requirements.\n\n\n# Screen Recordings\n| | |\n|:-------------------------:|:-------------------------:|\n|\u003cimg width=\"400\" alt=\"Screen Recording 1\" src=\"https://i.stack.imgur.com/HsdX1.gif\"\u003e |  \u003cimg width=\"400\" alt=\"Screen Recording 2\" src=\"https://user-images.githubusercontent.com/16992520/35468838-fc468080-034c-11e8-8a21-ac2be0721cf6.gif\"\u003e|\n\n# Build Requirements\n\n## iOS\n\n10.0+\n\n## Installation\n\nIHEqualizerView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'IHEqualizerView'\n```\n\n# Adding Manually To Project\n\nYou can add IHEqualizerView to your project in a few ways: \n\nThe way to use IHEqualizerView is to download the IHWaveFormView class file in your project as is and use.\n\n# Usage\n\n## StoryBoard\n\nMake the UIView a subclass of IHEqualizerView, make its outlet and initialise as follows:\n\n    @IBOutlet var musicView: IHWaveFormView!\n    extension ViewController: IHWaveFormViewDataSource {\n    \n    func urlToPlay() -\u003e URL {\n        var url : URL?\n        let path = Bundle.main.path(forResource: \"bensound-sunny.mp3\", ofType:nil)!\n        url = URL(fileURLWithPath: path)\n        \n        return url!\n    }\n\n    func lineWidth() -\u003e CGFloat { 2 }\n\n    func lineSeperation() -\u003e CGFloat { 1 }\n\n    func shouldPreRender() -\u003e Bool { true }\n    }\n    \n## Author\n\nMd Ibrahim Hassan, mdibrahimhassan@gmail.com\n\n## License\n\nIHEqualizerView is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimhass%2Fihequalizerview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimhass%2Fihequalizerview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimhass%2Fihequalizerview/lists"}