|
1 | | -# react-native-audio-analyzer |
| 1 | +# react-native-audio-analyzer 🎵 |
2 | 2 |
|
3 | | -## Installation |
| 3 | +A powerful library designed for React Native to visualize audio tracks, extract amplitude data, and create stunning audio waveforms. |
| 4 | + |
| 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 | + |
| 7 | +## Installation 🚀 |
4 | 8 |
|
5 | 9 | ```sh |
6 | 10 | yarn add react-native-audio-analyzer |
7 | 11 | cd ios && pod install |
8 | 12 | ``` |
9 | 13 |
|
10 | | -## Images |
| 14 | +## Create Stunning Audio Waveforms 🌊 |
| 15 | + |
| 16 | +With this library, unleash creativity by generating captivating audio waveforms from your audio tracks, providing an engaging visual representation of sound. |
11 | 17 |
|
12 | 18 | <p float="left"> |
13 | 19 | <img src="images/android.png" width="200" alt="android"/> |
14 | 20 | <img src="images/ios.png" width="200" alt="ios"/> |
15 | 21 | </p> |
16 | 22 |
|
| 23 | +## Features ✨ |
| 24 | + |
| 25 | +- __Audio Analysis__: Easily analyze audio tracks to obtain amplitude data for visualization or analysis purposes. |
| 26 | + |
| 27 | +- __Flexible Visualization__: Visualize amplitude data in a customizable manner, allowing developers to create diverse representations based on audio characteristics, including stunning audio waveforms. |
17 | 28 |
|
18 | | -## Usage |
| 29 | +- __Sample and Scale Data__: Utilize functions to sample and scale amplitude data, providing more granular control over visualization output. |
| 30 | + |
| 31 | +- __Platform Compatibility__: Compatible with both Android and iOS platforms, ensuring a consistent experience across devices. |
| 32 | + |
| 33 | + |
| 34 | +## Usage 🎶 |
19 | 35 |
|
20 | 36 | ```js |
21 | 37 | import React, { useState } from 'react'; |
@@ -85,10 +101,9 @@ const styles = StyleSheet.create({ |
85 | 101 |
|
86 | 102 | ``` |
87 | 103 |
|
88 | | -## Contributing |
89 | | - |
90 | | -See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. |
| 104 | +## Contributing 🤝 |
| 105 | +We welcome [contributions](CONTRIBUTING.md)! Learn more about how to contribute to this repository by checking out our contributing guide and development workflow. |
91 | 106 |
|
92 | | -## License |
| 107 | +## License 📝 |
| 108 | +This project is licensed under the MIT License. |
93 | 109 |
|
94 | | -MIT |
|
0 commit comments