Questions tagged [audio-streaming]

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.

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.

More details in Wikipedia page on streaming media

2571 questions
1
vote
0 answers

How to get additional data from audio mp3 stream

I'm currently developing iOS app for streaming audio for radio station, through mp3 file format. I'm using AVPlayer and it is working like a charm! In that stream (in mp3 file) server is also sending text data, more specifically title of song and…
lvp
  • 2,078
  • 18
  • 24
1
vote
1 answer

Android: Play soundfile or text-to-speech during phone call/SIP

is it possible in android to make a phone call or SIP call and play a soundfile after the call is established? Other option that would be ok for me is that after the established call the TTS engine reads some text so that the person on the other…
B770
  • 1,272
  • 3
  • 17
  • 34
1
vote
0 answers

Stream G711 ulaw on android with AudioTrack

I am trying to stream live audio from an Axis network security camera over a Multipart HTTP stream that is encoded in g711 ulaw 8 khz, 8 bit samples on an Android phone. It seems like this should be pretty straight forward, and this is the basis of…
steji113
  • 335
  • 4
  • 13
1
vote
2 answers

Writing G.711 Stream to AVI File

I've inherited an application that opens a proprietary file which has a video stream and an audio stream (G.711 ULAW format). The application already writes the video to an AVI but without the audio. I want to add code that inserts the audio stream…
oferbar
  • 176
  • 2
  • 16
1
vote
1 answer

PHP Audio transfer with chunked encoding

I need a help, I am working on a streaming audio system, and I have a problem with chunked transfer encoding, actually I don't know how to make it workable on the IOS, Android etc. Is there any alternative of chunked encoding? This is my…
Nikola Ristivojevic
  • 169
  • 1
  • 3
  • 12
1
vote
0 answers

How to continue radio streaming in mediaPlayer after screen Orientation changes?

I am using a simple code to stream a radio from url like this: player = new MediaPlayer(); try { player.setDataSource("XYZ.com/streaming link"); player.prepare(); player.setOnPreparedListener(new OnPreparedListener() { …
1
vote
2 answers

p2p audioconferencing and desktop sharing in java

I am going to submit a proposal of project in university.. Overview I am going to make a project in which multiple participants can join a meeting and meeting organizer share his desktop with all participants. participants can access organizers…
Usama
  • 465
  • 5
  • 9
1
vote
1 answer

Soundcloud streaming using Cordova media object in 2.5.0

i'm using the Cordova media object referenced here in IOS: http://cordova.apache.org/docs/en/2.5.0/cordova_media_media.md.html#Media On an android device it works perfectly, loads within seconds. But on a IOS device it takes sometimes more than a…
Martijn Mellens
  • 520
  • 7
  • 25
1
vote
1 answer

weird ticking noise in wav file

I'm recording audio into a wav file and also stream the same audio to the speakers (c++, vs2010, win7). when i hear it in the speakers i can hear the audio clear, but when i write it to a wav file i get a weird ticking/electricity noise added to the…
David
  • 287
  • 2
  • 3
  • 13
1
vote
1 answer

Wav file noise removal

I'm writing a program (c++, vs2010,win7) that records audio into a wav file. When I try to hear the audio it has a lot of white noise. I tried to reopen the file with another program that I wrote. The only thing this program does is : Char…
David
  • 287
  • 2
  • 3
  • 13
1
vote
1 answer

android radio streaming background and progress dialog

I am developing a Radio application in android that will stream from url and in background will show progress dialog loading streams but shows ANR. I am using service for mediaplayer to start and stop. Need help.I have used asynctask but can't get a…
ayansinha
  • 85
  • 1
  • 12
1
vote
1 answer

Audio Stream from Electric Guitar Into Android device

I'm looking for a way to connect electric guitar to my android device and capture audio as an input byte stream. For that purpose I need some device (call it converter) that will convert analog signal that comes outta guitar (or some guitar effect ,…
Ivelius
  • 4,953
  • 7
  • 30
  • 54
1
vote
0 answers

Android audio streaming player application

Hi I am developing an application in android which will stream from url and play the song accordingly, but it shows me an error as request time failed: java.net.SocketException: Address family not supported by protocol. It is a radio streaming…
ayansinha
  • 85
  • 1
  • 12
1
vote
1 answer

Setting sample rate on UCG102 using libusb

I am communicating with a UCG102 (Guitar Link) USB device using libusb and am getting -9 (LIBUSB_ERROR_PIPE which means the parameters are not supported) when setting the sampling rate using a synchronous control request. Here is the basic request…
hack_on
  • 2,532
  • 4
  • 26
  • 30
1
vote
0 answers

Ways to synchronize between audio and video

I would like to do a small video conferencing program with Kinect SDK. I am successfully get the video stream and audio stream. However, I do not know how to do the synchronization of these two streams. Is there any way provided to do such task?
1 2 3
99
100