{"id":16207722,"url":"https://github.com/mukarillo/unityaudiorecorder","last_synced_at":"2025-10-13T17:34:30.111Z","repository":{"id":126316825,"uuid":"163226092","full_name":"Mukarillo/UnityAudioRecorder","owner":"Mukarillo","description":"Multi-platform helper to record audio.","archived":false,"fork":false,"pushed_at":"2023-03-16T00:21:35.000Z","size":34,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T00:32:28.849Z","etag":null,"topics":["audio","audio-recorder","record-audio","unity","unity-asset","unity3d","unityaudio","unitytool"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mukarillo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"mukarillo","tidelift":null,"community_bridge":null,"liberapay":"mukarillo","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-12-26T23:36:22.000Z","updated_at":"2024-01-24T10:47:34.000Z","dependencies_parsed_at":"2023-06-16T07:00:36.761Z","dependency_job_id":null,"html_url":"https://github.com/Mukarillo/UnityAudioRecorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mukarillo/UnityAudioRecorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukarillo%2FUnityAudioRecorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukarillo%2FUnityAudioRecorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukarillo%2FUnityAudioRecorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukarillo%2FUnityAudioRecorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mukarillo","download_url":"https://codeload.github.com/Mukarillo/UnityAudioRecorder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mukarillo%2FUnityAudioRecorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016284,"owners_count":26085828,"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-10-13T02:00:06.723Z","response_time":61,"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","audio-recorder","record-audio","unity","unity-asset","unity3d","unityaudio","unitytool"],"created_at":"2024-10-10T10:14:18.876Z","updated_at":"2025-10-13T17:34:30.095Z","avatar_url":"https://github.com/Mukarillo.png","language":"C#","funding_links":["https://ko-fi.com/mukarillo","https://liberapay.com/mukarillo"],"categories":[],"sub_categories":[],"readme":"# UnityAudioRecorder\nMulti-platform helper to record audio.\n\n\n## How to use\n*you can find a pratical example inside this repository in Main scene*\n\n### 1 - Create a new instance of ```AudioRecorder```\n```c#\npublic class Exemple : MonoBehaviour\n{\n    private AudioRecorder recorder = new AudioRecorder();\n}\n```\n\n### 2 - Call ```AudioRecorder.StartRecording``` with the callback and maximum length\n```c#\npublic class Exemple : MonoBehaviour\n{\n    private AudioRecorder recorder = new AudioRecorder();\n    \n    public void Record()\n    {\n      recorder.StartRecording(OnFinishRecording, 20);\n    }\n    \n    private void OnFinishRecording(AudioClip clip)\n    {\n      //clip is the recorded clip\n    }\n}\n```\n\n### 3 - If you want to end the record, just call ```AudioRecorder.EndRecording```. It will invoke the callback that was set in the StartRecording method.\n\n## AudioRecorder `public` overview\n\n### Properties\n\n\u003e `AudioRecorder.isRecording`\n- *Description*: Returns true if is recording an audio.\n\n### Methods\n\n\u003e `AudioRecorder.StartRecording`\n- *Description*: Starts recording using the default microphone.\n\n- *Parameters* :\n\n|name  |type  |description  |\n|--|--|--|\n|`completeCallback` |**UnityAction\\\u003cAudioClip\\\u003e** |*Callback to be called when the recording is done.*  |\n|`maxClipLenth` |**int** |*Maximum size of the clip in seconds.*  |\n\n\u003e `AudioRecorder.StopRecording`\n- *Description*: Stops recording and do not callback.\n\n\u003e `AudioRecorder.EndRecording`\n- *Description*: Stops recording and callback.\n\n## External tools\n-[UnityWav - by DeadlyFingers](https://github.com/deadlyfingers/UnityWav) \n\u003c/br\u003e-[SavWav - by DarkTable](https://gist.github.com/darktable/2317063)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukarillo%2Funityaudiorecorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukarillo%2Funityaudiorecorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukarillo%2Funityaudiorecorder/lists"}