{"id":24967064,"url":"https://github.com/software-mansion-labs/react-native-audio-api","last_synced_at":"2025-03-10T23:49:21.237Z","repository":{"id":259191239,"uuid":"823563404","full_name":"software-mansion-labs/react-native-audio-api","owner":"software-mansion-labs","description":"Repository for react-native-audio-api library","archived":false,"fork":false,"pushed_at":"2025-03-10T17:30:29.000Z","size":46134,"stargazers_count":241,"open_issues_count":20,"forks_count":11,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-10T18:40:47.165Z","etag":null,"topics":["api","audio","music","react-native","web"],"latest_commit_sha":null,"homepage":"https://software-mansion-labs.github.io/react-native-audio-api/","language":"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/software-mansion-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"software-mansion","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-07-03T09:13:20.000Z","updated_at":"2025-03-07T09:25:27.000Z","dependencies_parsed_at":"2024-12-11T18:38:33.957Z","dependency_job_id":"c418fa1c-5b57-46c9-9cd7-6bd619cc1084","html_url":"https://github.com/software-mansion-labs/react-native-audio-api","commit_stats":null,"previous_names":["software-mansion-labs/react-native-audio-api"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/software-mansion-labs%2Freact-native-audio-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/software-mansion-labs%2Freact-native-audio-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/software-mansion-labs%2Freact-native-audio-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/software-mansion-labs%2Freact-native-audio-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/software-mansion-labs","download_url":"https://codeload.github.com/software-mansion-labs/react-native-audio-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242945839,"owners_count":20210762,"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":["api","audio","music","react-native","web"],"created_at":"2025-02-03T12:36:58.811Z","updated_at":"2025-03-10T23:49:21.208Z","avatar_url":"https://github.com/software-mansion-labs.png","language":"C++","readme":"\u003cimg src=\"./assets/react-native-audio-api-gh-cover.png?v0.0.1\" alt=\"React Native Audio API\" width=\"100%\"\u003e\n\n### React Native Audio API\n\n`react-native-audio-api` provides system for controlling audio in React Native environment compatible with Web Audio API specification,\nallowing developers to generate and modify audio in exact same way it is possible in browsers.\n\n## Installation\n\n1. Install `react-native-audio-api` library\n\n   ```bash\n   # using npm\n   npm install react-native-audio-api\n\n   # or using yarn\n   yarn add react-native-audio-api\n   ```\n\n## Usage with expo\n\n`react-native-audio-api` contains native custom code and isn't part of the Expo Go application. In order to be available in expo managed builds, you have to use Expo development build. Simplest way on starting local expo dev builds, is to use:\n\n  ```bash\n    # Build native iOS project\n    npx expo run:ios\n    # Build native Android project\n    npx expo run:android\n  ```\n\nTo learn more about expo development builds, please check out [Development Builds Documentation](https://docs.expo.dev/develop/development-builds/introduction/).\n\n## Documentation\n\nCheck out our dedicated documentation page for info about this library, API reference and more:\n[https://software-mansion-labs.github.io/react-native-audio-api/](https://software-mansion-labs.github.io/react-native-audio-api/)\n\nYou can also check out [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) for fully detailed description of the audio api.\n\n## Coverage\n\nOur current coverage of Web Audio API specification can be found here: [Web Audio API coverage](https://software-mansion-labs.github.io/react-native-audio-api/other/web-audio-api-coverage).\n\n## Examples\n\nThe source code for the example application is under the [`/apps/common-app`](./apps/common-app/) directory. If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check [Example README](./apps/fabric-example/README.md) for installation instructions.\n\n## Your feedback\n\nWe are open to new ideas and general feedback. If you want to share your opinion about `react-native-audio-api` or have some thoughts about how it could be further developed, don't hesitate to create an issue or contact the maintainers directly.\n\n## License\n\nreact-native-audio-api library is licensed under [The MIT License](./LICENSE). Some of the source code uses implementation directly copied from Webkit and copyrights are held by respective organizations, check [COPYING](./COPYING) file for further details\n\n## Credits\n\nThis project has been built and is maintained thanks to the support from [Software Mansion](https://swmansion.com)\n\n[![swm](https://logo.swmansion.com/logo?color=white\u0026variant=desktop\u0026width=150\u0026tag=react-native-reanimated-github 'Software Mansion')](https://swmansion.com)\n\n## Community Discord\n\n\u003ca href=\"https://discord.swmansion.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eJoin the Software Mansion Community Discord\u003c/a\u003e to chat about React Native Audio API or other Software Mansion libraries.\n\n## react-native-audio-api is created by Software Mansion\n\nSince 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=audioapi\u0026utm_medium=readme).\n","funding_links":["https://github.com/sponsors/software-mansion"],"categories":["Packages"],"sub_categories":["Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftware-mansion-labs%2Freact-native-audio-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftware-mansion-labs%2Freact-native-audio-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftware-mansion-labs%2Freact-native-audio-api/lists"}