Top "Audio-streaming" questions

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

How to stream audio from one Android device to another Android device Via Bluetooth?

Is it possible to stream audio over bluetooth? During my research I found that is it only possible using A2…

android bluetooth audio-streaming android-bluetooth a2dp
Python: realtime audio streaming with PyAudio (or something else)?

Currently I'm using NumPy to generate the WAV file from a NumPy array. I wonder if it's possible to play …

python audio numpy audio-streaming
Streaming mp3 audio with AVPlayer

I'm hearing some conflicting reports about this. What I'm trying to do is stream an mp3 file from a URL. …

iphone objective-c ios audio-streaming
How to download audio/video files from internet and store in iPhone app?

I am developing an iPhone app for music. I want to give some options to the user so they can …

iphone ios download audio-streaming audio-player
Android MediaPlayer - error (1, -4) when playing a song

I am trying to play an mp3 audio file from sd card, using the path and the filename of the …

android media-player audio-streaming live-streaming
How to Play the online streaming radio in Android

I am developing one application where i want to play live stream radio. I have an url using which i …

android audio-streaming radio
Bluetooth audio streaming between android devices

I made a research on the same topic and found that android devices are a2dp sources and the audio …

android bluetooth streaming audio-streaming a2dp
Using AudioTrack in Android to play a WAV file

I'm working with Android, trying to make my AudioTrack application play a Windows .wav file (Tada.wav). Frankly, it shouldn't …

android wav audio-streaming
how to play audio file from url in android

I need to play audio file from remote server in my app. I could play when I tested with localhost …

android audio-streaming audio-player
Streaming audio from a Node.js server to HTML5 <audio> tag

I've been experimenting with binary streams in Node.js, and much to my amazement do actually have a working demo …

streaming node.js audio-streaming shoutcast html5-audio