🌐
GitHub
github.com › tlenclos › react-native-audio-streaming
GitHub - tlenclos/react-native-audio-streaming: iOS & Android react native module to play an audio stream, with background support and media controls
iOS & Android react native module to play an audio stream, with background support and media controls - tlenclos/react-native-audio-streaming
Starred by 787 users
Forked by 252 users
Languages   Java 42.7% | Objective-C 38.2% | JavaScript 14.1% | Python 3.0% | Ruby 2.0% | Java 42.7% | Objective-C 38.2% | JavaScript 14.1% | Python 3.0% | Ruby 2.0%
🌐
npm
npmjs.com › package › react-native-live-audio-stream
react-native-live-audio-stream - npm
August 27, 2021 - Start using react-native-live-audio-stream in your project by running `npm i react-native-live-audio-stream`. There are 5 other projects in the npm registry using react-native-live-audio-stream.
      » npm install react-native-live-audio-stream
    
Published   Aug 27, 2021
Version   1.1.1
Author   Qi Xi
Discussions

Audio streaming with React native - Stack Overflow
I need to develop an app for a client that streams audio files from the network (both Android and iOS). I plan to use react-native-audio-streaming component. Clients biggest concern is that streamed More on stackoverflow.com
🌐 stackoverflow.com
mobile - Is there a good React Native module for playing/streaming audios? - Stack Overflow
I'm new to react native and building an audio streaming app. I found quite a few react native wrappers for native modules for playing audio files https://js.coach/react-native/react-native-ios-audio? More on stackoverflow.com
🌐 stackoverflow.com
React Native Audio Streaming
The lack of smoothness is likely due to the React Native bridge, which is increasing your latency. If you can move the "playing chunk data synchronously, one by one" onto the native side, you'll likely see an improvement. More on reddit.com
🌐 r/reactnative
5
2
October 16, 2023
How to stream audio in Expo for real-time transcription?
Anyone manage to find a good library? More on reddit.com
🌐 r/reactnative
4
5
April 25, 2025
🌐
Reddit
reddit.com › r/reactnative › react native - audio streaming
r/reactnative on Reddit: React Native - Audio Streaming
July 16, 2024 -

I was wondering if anyone knew the best way to handle audio streaming within react native. I want to stream this audio im recieving from this api call https://elevenlabs.io/docs/api-reference/streaming ive seen some third party libraries but none are maintained and have extra functionality that i dont need. To my knowledge there doesn't seem to be anything within Expo or react native that already supports this.

This is the only resource ive found that seems to be what im looking for but trying to get more methods and im not even sure if this works as it isnt maintained. https://github.com/tlenclos/react-native-audio-streaming

🌐
npm
npmjs.com › package › react-native-audio-stream
react-native-audio-stream - npm
August 14, 2018 - Fixed and modified verison of the react-native-audio-streaming library at the 2.3.2 version. Latest version: 2.6.1, last published: 7 years ago. Start using react-native-audio-stream in your project by running `npm i react-native-audio-stream`. There are no other projects in the npm registry ...
      » npm install react-native-audio-stream
    
Published   Aug 14, 2018
Version   2.6.1
Author   David Rearte
🌐
Stack Overflow
stackoverflow.com › questions › 43873887 › audio-streaming-with-react-native
Audio streaming with React native - Stack Overflow
You can use react-native-audio-streamer to stream the audios. It works on both iOS & Android. And is very easy to use.
🌐
GitHub
github.com › kyo504 › react-native-audio-streaming-player
GitHub - kyo504/react-native-audio-streaming-player: An audio steaming player for React Native
February 18, 2018 - An audio steaming player for React Native. Contribute to kyo504/react-native-audio-streaming-player development by creating an account on GitHub.
Starred by 41 users
Forked by 20 users
Languages   Java 67.0% | Objective-C 25.1% | JavaScript 5.9% | Python 2.0% | Java 67.0% | Objective-C 25.1% | JavaScript 5.9% | Python 2.0%
🌐
Medium
medium.com › @mustneerahmadr7 › broadcasting-and-streaming-live-audio-using-node-js-ffmpeg-react-and-react-native-09604f0937f0
Broadcasting and streaming live audio using Node.js, FFMPEG, React and React Native. | by MustneerAhmad Rana | Medium
August 25, 2024 - The React app would capture the audio and pass the audio to the node.js + express server using web sockets. The audio is then piped into a child process running FFMPEG, a really powerful media processing toolkit.
🌐
Stream
getstream.io › video and audio › docs › react native
Introduction - React Native Video and Audio Docs
Welcome to the Stream Video React Native SDK - a comprehensive toolkit designed to help you swiftly implement features such as video calling, audio calling, audio rooms, and livestreaming within your app.
Find elsewhere
🌐
GitHub
github.com › xiqi › react-native-live-audio-stream
GitHub - xiqi/react-native-live-audio-stream: Get live audio stream data for React Native (works for iOS and Android)
import LiveAudioStream from 'react-native-live-audio-stream'; const options = { sampleRate: 32000, // default is 44100 but 32000 is adequate for accurate voice recognition channels: 1, // 1 or 2, default 1 bitsPerSample: 16, // 8 or 16, default 16 audioSource: 6, // android only (see below) bufferSize: 4096 // default is 2048 }; LiveAudioStream.init(options); LiveAudioStream.on('data', data => { // base64-encoded audio data chunks }); ...
Starred by 122 users
Forked by 44 users
Languages   Objective-C 47.0% | Java 40.4% | Ruby 6.4% | JavaScript 6.2% | Objective-C 47.0% | Java 40.4% | Ruby 6.4% | JavaScript 6.2%
🌐
npm
npmjs.com › package › react-native-sound-player
react-native-sound-player - npm
February 11, 2025 - Start using react-native-sound-player in your project by running `npm i react-native-sound-player`. There are 18 other projects in the npm registry using react-native-sound-player.
      » npm install react-native-sound-player
    
Published   Feb 11, 2025
Version   0.14.5
Author   Johnson Su
🌐
GitHub
github.com › birdofpreyru › react-native-audio
GitHub - birdofpreyru/react-native-audio: React Native: access to the audio input stream, and audio sample player
React Native (RN) Audio library for Android, iOS, and macOS (Catalyst) platforms, with support of new and old RN architectures. It covers: Input audio stream (microphone) listening / recording.
Starred by 59 users
Forked by 6 users
Languages   Objective-C++ 31.1% | TypeScript 28.2% | Kotlin 27.3% | Objective-C 5.1% | JavaScript 3.8% | Ruby 2.8% | Swift 1.7% | Objective-C++ 31.1% | TypeScript 28.2% | Kotlin 27.3% | Objective-C 5.1% | JavaScript 3.8% | Ruby 2.8% | Swift 1.7%
🌐
Stream
getstream.io › video and audio › sdks › react native › tutorial
Build a React Native Audio Room - Tutorial
The following tutorial shows you how to quickly build an Audio Room app leveraging Stream's Video API and the Stream Video React Native components.
🌐
npm
npmjs.com › package › react-native-audio-streaming-player
react-native-audio-streaming-player - npm
February 16, 2018 - Start using react-native-audio-streaming-player in your project by running `npm i react-native-audio-streaming-player`. There are no other projects in the npm registry using react-native-audio-streaming-player.
      » npm install react-native-audio-streaming-player
    
Published   Feb 16, 2018
Version   0.1.0
Author   Hunkyo Jung
🌐
Agora
agora.io › en › blog › building-a-live-audio-streaming-react-native-app-with-agora
Building a Live Streaming React Native Audio App with Agora
March 19, 2021 - In this tutorial, we’ll walk through the development of a live audio broadcasting app that can have multiple broadcasters and host thousands of users by utilizing the Agora Audio SDK. We’ll go over the structure, setup, and execution of the React Native audio streaming app before diving into the code.
🌐
GitHub
github.com › indiecastfm › react-native-audio-streamer
GitHub - indiecastfm/react-native-audio-streamer: A react-native audio streaming module which works on both iOS & Android
A react-native audio streaming module which works on both iOS & Android - indiecastfm/react-native-audio-streamer
Starred by 133 users
Forked by 50 users
Languages   Objective-C 93.6% | Java 6.0% | JavaScript 0.4% | Objective-C 93.6% | Java 6.0% | JavaScript 0.4%
🌐
GitHub
github.com › anuragdadheech › react-native-audio-streaming
GitHub - anuragdadheech/react-native-audio-streaming: iOS & Android react native module to play an audio stream, with background support and media controls
iOS & Android react native module to play an audio stream, with background support and media controls - anuragdadheech/react-native-audio-streaming
Author   anuragdadheech
🌐
GitHub
github.com › dengue8830 › react-native-audio-streaming
GitHub - dengue8830/react-native-audio-streaming: iOS & Android react native module to play an audio stream, with background support and media controls
iOS & Android react native module to play an audio stream, with background support and media controls - dengue8830/react-native-audio-streaming
Starred by 13 users
Forked by 3 users
Languages   Java 38.8% | Objective-C 35.6% | JavaScript 21.5% | Python 2.5% | Ruby 1.6% | Java 38.8% | Objective-C 35.6% | JavaScript 21.5% | Python 2.5% | Ruby 1.6%
🌐
GitHub
github.com › 12min › react-native-audio-streaming
GitHub - 12min/react-native-audio-streaming: iOS & Android react native module to play an audio stream, with background support and media controls
iOS & Android react native module to play an audio stream, with background support and media controls - 12min/react-native-audio-streaming
Author   12min
🌐
GitHub
github.com › lilfaf › react-native-audio-streaming
GitHub - lilfaf/react-native-audio-streaming: iOS & Android react native module to play an audio stream, with background support and media controls
iOS & Android react native module to play an audio stream, with background support and media controls - lilfaf/react-native-audio-streaming
Author   lilfaf