This package has been deprecated

Author message:

This package has been renamed to @siteed/expo-audio-studio. Please update your dependencies.

@siteed/expo-audio-stream
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

@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.

# Install the new package
npm install @siteed/expo-audio-studio

# or with yarn
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.

kandi X-Ray Version Dependency Status License

This package now serves as a compatibility wrapper for @siteed/expo-audio-studio.

iOS Demo

iOS Demo

Android Demo

Android Demo
Try it in the Playground

Give it a GitHub star 🌟, if you found this repo useful. GitHub stars

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:

  1. Install the new package: yarn add @siteed/expo-audio-studio
  2. Update your imports to use the new package name
  3. 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

Package Sidebar

Install

npm i @siteed/expo-audio-stream

Weekly Downloads

254

Version

2.2.0

License

MIT

Unpacked Size

9 kB

Total Files

6

Last publish

Collaborators

  • abreton