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.
# Install the new package npm install @siteed/expo-audio-studio # or with yarn yarn add @siteed/expo-audio-studioAll 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.
Give it a GitHub star 🌟, if you found this repo useful.
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.
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
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Arthur Breton • See more projects at siteed.net