Questions tagged [audiostreamer]

55 questions
0
votes
1 answer

AudioStreamer not starting in background

I am using AudioStreamer library. My problem is when one song finishes, next song must start streaming. It works fine when app is in foreground but it stops after current song when app is in background. Here is my code: …
0
votes
1 answer

AVAudioSession, AudioStreamBasicDescription and RemoteIO device defaults

I am in the process of trying to write an App that will do digital signal processing and want to make it as light as possible. One thing that confounded me for a while was just what the default values for various devices might be so that I could…
TJA
  • 2,969
  • 2
  • 25
  • 32
0
votes
1 answer

iOS Audio Streamer for iOS7

I am looking for a way to stream live audio within iOS7. Before, I used Matt Gallagher's AudioStreamer but now pretty much all the method's are deprecated and so I am looking for a new way. Does anyone know any path's I can take? Thanks
Jon Erickson
  • 1,876
  • 4
  • 30
  • 73
0
votes
1 answer

Is it possible to control a streamer from an external file?

I have a radio app that has a play button on one tab, another tab has a list of news items in a table row. Then if a news item is clicked, I am moving AWAY from my app.js and into an external js. Here I have a news story and a play button also which…
user2363025
  • 6,365
  • 19
  • 48
  • 89
0
votes
1 answer

Stream music from file with AudioToolbox

I want to play music from file using AudioToolbox and loop it. I can't use AVFoundation because it is not available on Snow Leopard. I have downloaded AudioStreamer class and modified it so it plays sound from local file, but I can not loop it. Help…
0
votes
2 answers

Get duration of Matt Gallagher's AudioStreamer from http url?

I'm using Matt Gallagher's AudioStreamer to stream mp3 files from url. I need to know stream duration but I can't find how?! I tried to use the duration property of the AudioStreamer object, but it returns 0 perhaps because the stream is from an…
Harrath hichem
  • 143
  • 1
  • 13
0
votes
1 answer

How to stream SHOUTcast radio stations in iphone app using Matt Gallagher AudioStreamer?

I have implemented Matt Galagher's AudioStreamer class to stream radio stations from ShoutCast. The problem is that when I pass the radio station's URL using this method: NSURL *streamingURL = [NSURL…
user1940888
  • 475
  • 1
  • 6
  • 11
0
votes
0 answers

Why the audiofilestream get all remote song is vbr even the song is cbr

I write a small test to play remote song and I am sure the song which I tested is cbr. I try to judge it by vbr = ((AudioStreamPacketDescription *)inPacketDescriptions != nil); but I always get the vbr == true why? anyone can teach me how to get…
Siverchen
  • 379
  • 2
  • 16
0
votes
0 answers

AudioStreamer duration for mp3's changes

I'm using Matt Gallagher's AudioStreamer to stream MP3's from my server. The URL i'm providing is a direct link to the MP3, but i've also tried using PHP to serve the MP3 and provide the accurate header information. The problem I have is that the…
Wasim
  • 4,953
  • 10
  • 52
  • 87
0
votes
1 answer

iOS AudioStreamer - music not playing in full length

In recent work, I am using Matt Gallagher's AudioStreamer ( downloaded from here ) codes to make a music player in my App. I have an XML file in my remote server I have hosted. This XML file has song title and songs' URL. My App gets the songs'…
jeewan
  • 1,597
  • 5
  • 23
  • 40
1 2 3
4