Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@siteed/expo-audio-stream

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteed/expo-audio-stream

DEPRECATED: Use @siteed/expo-audio-studio instead. This package now serves as a compatibility wrapper.

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

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

  • 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

Keywords

react-native

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts