npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@siteed/expo-audio-ui

v0.7.2

Published

UI experiments for @siteed/expo-audio-studio

Downloads

1,819

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-ui

Make sure you have the required peer dependencies installed:

npm install @shopify/react-native-skia react-native-gesture-handler react-native-reanimated

Development 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:6068

Note: 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