You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,6 @@ A powerful library designed for React Native to visualize audio tracks, extract
4
4
5
5
This package offers robust tools that enable developers to process audio files efficiently, obtaining amplitude arrays for in-depth analysis or creating visually appealing audio waveforms within React Native applications.
6
6
7
-
## Installation 🚀
8
-
9
-
```sh
10
-
yarn add react-native-audio-analyzer
11
-
cd ios && pod install
12
-
```
13
-
14
7
## Create Stunning Audio Waveforms 🌊
15
8
16
9
With this library, unleash creativity by generating captivating audio waveforms from your audio tracks, providing an engaging visual representation of sound.
@@ -19,6 +12,16 @@ With this library, unleash creativity by generating captivating audio waveforms
Usage example you can [find here](example/src/App.tsx)
18
+
19
+
## Installation 🚀
20
+
21
+
```sh
22
+
yarn add react-native-audio-analyzer
23
+
cd ios && pod install
24
+
```
22
25
## Features ✨
23
26
24
27
-__Audio Analysis__: Easily analyze audio tracks to obtain amplitude data for visualization or analysis purposes.
@@ -30,10 +33,6 @@ With this library, unleash creativity by generating captivating audio waveforms
30
33
-__Platform Compatibility__: Compatible with both Android and iOS platforms, ensuring a consistent experience across devices.
31
34
32
35
33
-
## Usage 🎶
34
-
35
-
Usage example you can [find here](example/src/App.tsx)
36
-
37
36
## Contributing 🤝
38
37
We welcome [contributions](CONTRIBUTING.md)! Learn more about how to contribute to this repository by checking out our contributing guide and development workflow.
0 commit comments