{"id":13610928,"url":"https://github.com/kevinzhow/Waver","last_synced_at":"2025-04-13T01:33:34.540Z","repository":{"id":24577941,"uuid":"27985695","full_name":"kevinzhow/Waver","owner":"kevinzhow","description":"Siri like waver","archived":false,"fork":false,"pushed_at":"2018-01-04T00:32:20.000Z","size":207,"stargazers_count":791,"open_issues_count":8,"forks_count":114,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-31T16:12:39.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/kevinzhow.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}},"created_at":"2014-12-14T06:23:01.000Z","updated_at":"2024-07-19T08:55:14.000Z","dependencies_parsed_at":"2022-08-21T05:50:41.922Z","dependency_job_id":null,"html_url":"https://github.com/kevinzhow/Waver","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinzhow%2FWaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinzhow%2FWaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinzhow%2FWaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinzhow%2FWaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinzhow","download_url":"https://codeload.github.com/kevinzhow/Waver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223558410,"owners_count":17165124,"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":[],"created_at":"2024-08-01T19:01:49.516Z","updated_at":"2024-11-07T17:30:53.096Z","avatar_url":"https://github.com/kevinzhow.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","etc","OOM-Leaks-Crash"],"sub_categories":["Waver"],"readme":"#Waver\n\n[![Build Status](https://travis-ci.org/kevinzhow/PNChart.png?branch=master)](https://travis-ci.org/kevinzhow/PNChart)\n\nA Siri like wave effect\n\n[![](https://dl.dropboxusercontent.com/u/1599662/waver/waver.png)](https://dl.dropboxusercontent.com/u/1599662/waver/wave.mov)\n\n## Requirements\n\nWaver works on iOS 7.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:\n\n* Foundation.framework\n* UIKit.framework\n* CoreGraphics.framework\n* QuartzCore.framework\n\nYou will need LLVM 3.0 or later in order to build Waver.\n\n\n## Usage\n\n### Cocoapods\n\n[CocoaPods](http://cocoapods.org) is the recommended way to add Waver to your project.\n\n1. Add a pod entry for Waver to your Podfile `pod 'Waver', '~\u003e 0.2.0'`\n2. Install the pod(s) by running `pod install`.\n3. Include Waver wherever you need it with `#import \"Waver.h\"`.\n\n\n### Or Copy the Waver folder to your project\n\n\n## Example\n\n\n```objective-c\nWaver * waver = [[Waver alloc] initWithFrame:CGRectMake(0, CGRectGetHeight(self.view.bounds)/2.0 - 50.0, CGRectGetWidth(self.view.bounds), 100.0)];\n\n__weak Waver * weakWaver = waver;\nwaver.waverLevelCallback = ^() {\n\n    [self.recorder updateMeters];\n\n    CGFloat normalizedValue = pow (10, [self.recorder averagePowerForChannel:0] / 50);\n\n    weakWaver.level = normalizedValue;\n\n};\n[self.view addSubview:waver];\n\n```\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE).\n\n## SpecialThanks\nhttps://github.com/stefanceriu/SCSiriWaveformView\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinzhow%2FWaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinzhow%2FWaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinzhow%2FWaver/lists"}