@siteed/expo-audio-stream
⚠️ Package Renamed
This package has been renamed to @siteed/expo-audio-studio to better reflect its expanded capabilities beyond just audio streaming.
While this package will continue to work as a compatibility wrapper, we recommend migrating to the new package name for future updates and improvements.
npm install @siteed/expo-audio-studio
yarn add @siteed/expo-audio-studio
All imports should be updated from:
import { ... } from '@siteed/expo-audio-stream';
To:
import { ... } from '@siteed/expo-audio-studio';
The API remains identical, so this is the only change required.

This package now serves as a compatibility wrapper for @siteed/expo-audio-studio.
iOS Demo
Android Demo
Try it in the Playground
Give it a GitHub star 🌟, if you found this repo useful.

Why the name change?
The library has evolved significantly beyond its initial focus on audio streaming. It now provides a comprehensive suite of audio tools including:
- Advanced audio recording capabilities
- Audio analysis and feature extraction
- Waveform visualization
- Audio trimming and manipulation
- Mel spectrogram generation
- And much more
The new name, "Audio Studio," better represents this expanded functionality as a complete audio processing toolkit.
Migration
The migration process is simple:
- Install the new package:
yarn add @siteed/expo-audio-studio
- Update your imports to use the new package name
- That's it! The API remains identical
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