@siteed/expo-audio-studio

A comprehensive audio studio library for React Native and Expo with recording, analysis, visualization, and streaming capabilities across iOS, Android, and web platforms.

Why?

I needed a robust solution for handling audio in cross-platform mobile apps. Existing libraries didn't quite fit my needs, especially for real-time audio analysis and feature extraction. So I built this to fill the gap and later expanded it into a complete audio processing toolkit.

This package was formerly known as @siteed/expo-audio-stream but has been renamed to better reflect its expanded capabilities beyond just audio streaming. The old package still works as a compatibility wrapper, but all new features are being added to expo-audio-studio.

Preview

Expo Audio Studio iOS DemoExpo Audio Studio Android Demo

@siteed/expo-audio-studio in action on iOS and Android.

Try it out

Key Features

Audio Analysis Features

The library provides powerful audio feature extraction capabilities that I've optimized for mobile devices:

Tech Challenges

Building this library was no walk in the park. The biggest challenges were:

API Design

I designed the API to be intuitive and flexible, with specialized functions for different audio processing needs:

Companion Libraries

I've also created companion libraries to make working with audio even easier:

Links