{"id":15656984,"url":"https://github.com/thehanimo/react-native-audiokit","last_synced_at":"2025-05-02T15:33:37.395Z","repository":{"id":57165960,"uuid":"252705677","full_name":"thehanimo/react-native-audiokit","owner":"thehanimo","description":"Exposes AudioKit for iOS to React Native","archived":false,"fork":false,"pushed_at":"2021-01-18T08:32:11.000Z","size":2538,"stargazers_count":35,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T14:54:28.389Z","etag":null,"topics":["audio-trimmer","audiokit","ios","react-native","react-native-audio","react-native-audiokit","trimmer"],"latest_commit_sha":null,"homepage":"","language":"Java","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/thehanimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-03T10:53:02.000Z","updated_at":"2025-02-07T15:09:21.000Z","dependencies_parsed_at":"2022-08-30T15:10:27.530Z","dependency_job_id":null,"html_url":"https://github.com/thehanimo/react-native-audiokit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehanimo%2Freact-native-audiokit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehanimo%2Freact-native-audiokit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehanimo%2Freact-native-audiokit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehanimo%2Freact-native-audiokit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thehanimo","download_url":"https://codeload.github.com/thehanimo/react-native-audiokit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251895424,"owners_count":21661342,"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":["audio-trimmer","audiokit","ios","react-native","react-native-audio","react-native-audiokit","trimmer"],"created_at":"2024-10-03T13:04:58.239Z","updated_at":"2025-05-01T14:54:33.867Z","avatar_url":"https://github.com/thehanimo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-audiokit\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![star this repo](https://img.shields.io/github/stars/thehanimo/react-native-audiokit?style=flat-square)](https://github.com/thehanimo/react-native-audiokit)\n[![NPM Version](https://img.shields.io/npm/v/@thehanimo/react-native-audiokit.svg?style=flat-square)](https://www.npmjs.com/package/@thehanimo/react-native-audiokit)\n[![iOS Only](https://img.shields.io/badge/‎iOS%20Only--green?logo=apple\u0026style=social)](https://www.npmjs.com/package/@thehanimo/react-native-audiokit)\n\nThis package simply wraps up the [**AudioKit**](https://github.com/AudioKit/AudioKit) iOS package. Made this as we couldn't find any proper react-native audio trimming or processing module. Right now, this package only supports trimming audio files. However with AudioKit, the possibilities are endless. [Take a look here!](http://audiokit.io/)\n\nIn case you need a new feature added to this project, raise an issue or reach out to us at [thehanimo@gmail.com](mailto:thehanimo@gmail.com)\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://nodestory.com\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://i.imgur.com/M1iuH1t.gif\" title=\"Nodestory's trimming functionality\"/\u003e\n   \u003c/a\u003e\n   \u003ch6 align=\"center\"\u003e\u003ca href=\"https://nodestory.com\" target=\"_blank\"\u003eNodestory\u003c/a\u003e uses this module!\u003c/h6\u003e\n\u003c/p\u003e\n\n## Platforms Supported\n\n- [x] iOS\n- [ ] Android\n\n## Installation (React Native \u003e= 0.60.0)\n\n1. Install the package\n   `yarn add @thehanimo/react-native-audiokit`\n   or\n   `npm install @thehanimo/react-native-audiokit`\n\n2. Install pods\n\n```\ncd ios\npod install\ncd ..\n```\n\n## Installation (React Native \u003c= 0.59.0)\n\n1. Install the package\n   `yarn add @thehanimo/react-native-audiokit@1`\n   or\n   `npm install @thehanimo/react-native-audiokit@1`\n\n2. Link the package\n   `react-native link @thehanimo/react-native-audiokit`\n\n## Usage\n\n```javascript\nimport RNAudioKit from \"@thehanimo/react-native-audiokit\";\n\nlet newFileName = await RNAudioKit.trimAudio(\"filename.mp3\", 0, 10); // 0 - start sec, 10 - end sec.\n// NOTE: filename.mp3 must be located in the documents folder. Not temp.\n// newFileName will give you only the name. Append it to the documents directory path.\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehanimo%2Freact-native-audiokit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthehanimo%2Freact-native-audiokit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehanimo%2Freact-native-audiokit/lists"}