{"id":1409,"url":"https://github.com/comyar/TuningFork","last_synced_at":"2025-08-02T04:31:04.482Z","repository":{"id":56924608,"uuid":"44427318","full_name":"comyar/TuningFork","owner":"comyar","description":":musical_keyboard: Simple Tuner for iOS","archived":true,"fork":false,"pushed_at":"2024-08-06T00:40:53.000Z","size":64,"stargazers_count":419,"open_issues_count":7,"forks_count":38,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-26T08:55:27.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"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/comyar.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,"zenodo":null}},"created_at":"2015-10-17T07:04:02.000Z","updated_at":"2025-03-23T09:20:58.000Z","dependencies_parsed_at":"2025-05-19T07:03:01.466Z","dependency_job_id":"c0b7fad2-d971-4d09-80aa-6bda5d364f77","html_url":"https://github.com/comyar/TuningFork","commit_stats":null,"previous_names":["comyarzaheri/tuningfork"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/comyar/TuningFork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comyar%2FTuningFork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comyar%2FTuningFork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comyar%2FTuningFork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comyar%2FTuningFork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comyar","download_url":"https://codeload.github.com/comyar/TuningFork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comyar%2FTuningFork/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334610,"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":[],"created_at":"2024-01-05T20:15:45.783Z","updated_at":"2025-08-02T04:31:04.467Z","avatar_url":"https://github.com/comyar.png","language":"Swift","readme":"![](header.png)\n\n### Overview\n\nTuningFork is a simple utility for processing microphone input and interpreting pitch, frequency, amplitude, etc. \n\nTuningFork powers the [Partita](https://github.com/comyar/Partita) instrument tuner app.\n\n# Usage \n\n### Quick Start\n\n##### CocoaPods\n\nAdd the following to your Podfile:\n\n```ruby\npod 'TuningFork'\n```\n##### Carthage \n\nAdd the following to your Cartfile:\n\n```ruby\ngithub \"comyarzaheri/TuningFork\" \"master\"\n```\n\n### Using a Tuner\n\n```swift\nimport TuningFork\n\nclass MyTunerDelegate: TunerDelegate {\n\tfunc tunerDidUpdate(tuner: Tuner, output: TunerOutput) {\n\t\t// Dreams come true here\n\t\tprint(output.pitch, output.octave) \n\t}\n}\n\nlet tuner = Tuner()\nlet delegate = MyTunerDelegate()\ntuner.delegate = delegate\ntuner.start()\n```\n\n# License \n\nTuningFork is available under the [MIT License](LICENSE).\n\n# Contributors\n\n* [@comyar](https://github.com/comyar)\n","funding_links":[],"categories":["Media","Libs","Swift"],"sub_categories":["Audio","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomyar%2FTuningFork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomyar%2FTuningFork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomyar%2FTuningFork/lists"}