Skip to content

Commit 3b08469

Browse files
committed
docs: update README.md
1 parent 478a831 commit 3b08469

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

+9-14
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,33 @@
22
<h3 align="center">Native Audio</h3>
33
<p align="center"><strong><code>@capacitor-community/native-audio</code></strong></p>
44
<p align="center">
5-
Capacitor community plugin for playing sounds natively.
5+
⚡ Capacitor plugin for playing sounds natively.
66
</p>
77

88
<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>
1111
<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>
1212
<br>
1313
<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>
1414
<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>
1515
<!-- 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>
1717
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1818
</p>
1919

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-
[![YouTube Example](https://img.youtube.com/vi/XpUGlWWtwHs/0.jpg)](https://www.youtube.com/watch?v=XpUGlWWtwHs)
28-
29-
3020
## Maintainers
3121

3222
| Maintainer | GitHub | Social |
3323
| ------------- | ------------------------------------------- | ----------------------------------- |
3424
| Maxim Bazuev | [bazuka5801](https://github.com/bazuka5801) | [Telegram](https://t.me/bazuka5801) |
3525

26+
## Demo
27+
28+
[![YouTube Example](https://img.youtube.com/vi/XpUGlWWtwHs/0.jpg)](https://www.youtube.com/watch?v=XpUGlWWtwHs)
29+
3630
## Preparation
31+
3732
All audio place in specific platform folder
3833

3934
Andoid: `android/app/src/assets`

0 commit comments

Comments
 (0)