{"id":14960605,"url":"https://github.com/nubango/yondulib","last_synced_at":"2026-01-19T09:02:05.260Z","repository":{"id":71914115,"uuid":"475599796","full_name":"nubango/yondulib","owner":"nubango","description":"Yondulib is a Unity plugin that allows you to use sounds detected by the computer's microphone as input in videogames.","archived":false,"fork":false,"pushed_at":"2022-09-16T13:49:47.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T20:41:23.051Z","etag":null,"topics":["input-system","real-time","sound-interaction","sound-recognition","unity","unity-package","unity-plugin","user-input","videogame-input"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nubango.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-03-29T19:56:23.000Z","updated_at":"2024-02-16T19:15:32.000Z","dependencies_parsed_at":"2023-06-27T03:26:31.757Z","dependency_job_id":null,"html_url":"https://github.com/nubango/yondulib","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.47619047619047616","last_synced_commit":"045984739f775367da386469694b71238935c2bf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nubango/yondulib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubango%2Fyondulib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubango%2Fyondulib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubango%2Fyondulib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubango%2Fyondulib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nubango","download_url":"https://codeload.github.com/nubango/yondulib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubango%2Fyondulib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["input-system","real-time","sound-interaction","sound-recognition","unity","unity-package","unity-plugin","user-input","videogame-input"],"created_at":"2024-09-24T13:22:35.934Z","updated_at":"2026-01-19T09:02:05.228Z","avatar_url":"https://github.com/nubango.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yondulib\n\n## System Requirements\n\n- Unity 2020.3.5f1 or later\n- Intel 64-bit desktop platforms (Windows, macOS, Linux)\n\n## How To Install\n\nThis package uses the [scoped registry](https://docs.unity3d.com/Manual/upm-scoped.html) feature to resolve package\ndependencies. Please add the following lines to the manifest file\n(`Packages/manifest.json`).\n\n\u003cdetails\u003e\n\u003csummary\u003e.NET Standard 2.0 (Unity 2021.1 or earlier)\u003c/summary\u003e\n\nTo the `scopedRegistries` section:\n\n```\n\"scopedRegistries\": [\n    {\n      \"name\": \"Unity NuGet\",\n      \"url\": \"https://unitynuget-registry.azurewebsites.net\",\n      \"scopes\": [\n        \"org.nuget\"\n      ]\n    },\n    {\n      \"name\": \"Keijiro\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [\n        \"jp.keijiro\"\n      ]\n    }\n  ]\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e.NET Standard 2.1 (Unity 2021.2 or later)\u003c/summary\u003e\n\nTo the `scopedRegistries` section:\n\n```\n\"scopedRegistries\": [\n    {\n      \"name\": \"Keijiro\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [\n        \"jp.keijiro\"\n      ]\n    }\n  ]\n```\n\u003c/details\u003e\n\n---\n\nUse Unity Package Manager to install the package via the following git URL: `https://github.com/nubango/yondulib.git`\n\n![GIF Unity Package by URL](https://i.gyazo.com/b54e9daa9a483d9bf7f74f0e94b2d38a.gif)\n\n## How to download FPS Demo\n\nThe plugin contains an example of ```yondulib``` usage that you can download into your project from the _Package Manager_ window of _Unity_. The sample is called _FPS Shooter Demo_ and contains a test scene where you control a character in first person. You move forward with whistles and shoot with finger clicks or claps.\n\n![Demo Image](https://user-images.githubusercontent.com/27202047/190650897-7595492d-9f85-473f-8d9c-36b50995eb82.png)\n\nTo change the controls that make the actions, just open the _SimpleControls_ file (_Input Action Asset_) and add or remove controls in the action editor.\n\n![Input Action Asset Image](https://i.gyazo.com/f4b76ab763d25a6c1f74718b94549ded.png)\n\n## Additional information\n\nThis repository, together with that of the complete project ([yondulib-project](https://github.com/nubango/yondulib-project)) is part of the Final Degree Project: \"Yondulib: Tool for using sounds as inputs for Unity videogames\".\n\nCreated by Gonzalo Alba Durán and Nuria Bango Iglesias for the Complutense University of Madrid, directed by Manuel Freire Morán.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnubango%2Fyondulib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnubango%2Fyondulib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnubango%2Fyondulib/lists"}