|
2 | 2 | <h3 align="center">Native Audio</h3>
|
3 | 3 | <p align="center"><strong><code>@capacitor-community/native-audio</code></strong></p>
|
4 | 4 | <p align="center">
|
5 |
| - Capacitor community plugin for playing sounds natively. |
| 5 | + ⚡ Capacitor plugin for playing sounds natively. |
6 | 6 | </p>
|
7 | 7 |
|
8 | 8 | <p align="center">
|
9 |
| - <img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" /> |
10 |
| - <a href="https://github.com/capacitor-community/native-audio/actions?query=workflow%3A%22Test+and+Build+Plugin%22"><img src="https://img.shields.io/github/actions/workflow/status/capacitor-community/native-audio/test-build.yml?style=flat-square" /></a> |
| 9 | + <img src="https://img.shields.io/maintenance/yes/2025?style=flat-square" /> |
| 10 | + <a href="https://github.com/capacitor-community/native-audio/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/actions/workflow/status/capacitor-community/native-audio/ci.yml?branch=master&style=flat-square" /></a> |
11 | 11 | <a href="https://www.npmjs.com/package/@capacitor-community/native-audio"><img src="https://img.shields.io/npm/l/@capacitor-community/native-audio?style=flat-square" /></a>
|
12 | 12 | <br>
|
13 | 13 | <a href="https://www.npmjs.com/package/@capacitor-community/native-audio"><img src="https://img.shields.io/npm/dw/@capacitor-community/native-audio?style=flat-square" /></a>
|
14 | 14 | <a href="https://www.npmjs.com/package/@capacitor-community/native-audio"><img src="https://img.shields.io/npm/v/@capacitor-community/native-audio?style=flat-square" /></a>
|
15 | 15 | <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
16 |
| -<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-6-orange?style=flat-square" /></a> |
| 16 | +<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-2-orange?style=flat-square" /></a> |
17 | 17 | <!-- ALL-CONTRIBUTORS-BADGE:END -->
|
18 | 18 | </p>
|
19 | 19 |
|
20 |
| -# Capacitor Native Audio Plugin |
21 |
| - |
22 |
| -Capacitor plugin for native audio engine. |
23 |
| -Capacitor v6 - ✅ Support! |
24 |
| - |
25 |
| -Click on video to see example 💥 |
26 |
| - |
27 |
| -[](https://www.youtube.com/watch?v=XpUGlWWtwHs) |
28 |
| - |
29 |
| - |
30 | 20 | ## Maintainers
|
31 | 21 |
|
32 | 22 | | Maintainer | GitHub | Social |
|
33 | 23 | | ------------- | ------------------------------------------- | ----------------------------------- |
|
34 | 24 | | Maxim Bazuev | [bazuka5801](https://github.com/bazuka5801) | [Telegram](https://t.me/bazuka5801) |
|
35 | 25 |
|
| 26 | +## Demo |
| 27 | + |
| 28 | +[](https://www.youtube.com/watch?v=XpUGlWWtwHs) |
| 29 | + |
36 | 30 | ## Preparation
|
| 31 | + |
37 | 32 | All audio place in specific platform folder
|
38 | 33 |
|
39 | 34 | Andoid: `android/app/src/assets`
|
|
0 commit comments