@siteed/expo-audio-ui
v0.7.2
Published
UI experiments for @siteed/expo-audio-studio
Downloads
1,819
Maintainers
Readme
Features
- Customizable UI components for real-time audio streaming.
- Intuitive interfaces for audio controls and visualizations.
- Seamless integration with @siteed/expo-audio-studio.
- Support for iOS, Android, and web platforms.
Currently Available Components
- AudioVisualizer: A powerful component for visualizing audio waveforms with extensive customization options, including interactive navigation, amplitude scaling, and theming.
- DecibelGauge: A gauge component for displaying audio levels in decibels with various formatting options and customizable appearance.
- DecibelMeter: A linear meter component for displaying audio levels in decibels with customizable appearance and thresholds.
- RecordButton: A button component specifically designed for audio recording with visual feedback and animated transitions.
- Waveform: A lightweight component for rendering audio waveforms with customizable styling options.
- AudioTimeRangeSelector: A component for selecting a time range within an audio file with interactive handles.
Upcoming Components
The following components are currently in development:
- NavigationControls: Advanced controls for audio navigation and playback
- EmbeddingVisualizer: Visualization tools for audio embeddings and feature vectors
- YAxis: Customizable Y-axis component for audio visualizations
- SkiaTimeRuler: High-performance time ruler component using Skia
- AnimatedCandle: Animated visualization for audio levels
Installation
# Install the UI components package
npm install @siteed/expo-audio-ui
# or with yarn
yarn add @siteed/expo-audio-uiMake sure you have the required peer dependencies installed:
npm install @shopify/react-native-skia react-native-gesture-handler react-native-reanimatedDevelopment Status
This package is currently under active development and is primarily used for testing purposes. The API and features are subject to change. Future updates will focus on optimization and expanding the component library with additional audio visualization and control components.
Development
Storybook
This package uses Storybook v9 for component development and documentation.
# Run Storybook locally (web-only)
cd packages/expo-audio-ui
yarn storybook
# Opens at http://localhost:6068Note: Currently using React 18.3.1 for Storybook compatibility. React Native Storybook support is planned for future releases.
Documentation
For detailed documentation and usage instructions, please refer to the Getting Started Guide.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Arthur Breton • See more projects at siteed.net
