FreeStreamer icon indicating copy to clipboard operation
FreeStreamer copied to clipboard

A low-memory footprint streaming audio player for iOS and OS X

Results 101 FreeStreamer issues
Sort by recently updated
recently updated
newest added

Is possible do such things with the library? - start playing .mp3 from url immediately (like streaming or streaming) - cache it and track caching progress during it's playback -...

Around 0.5% of the play, I got this crash ``` Crashed: Thread 0 FreeStreamer 0x1006c7114 astreamer::Audio_Queue::enqueueBuffer() + 220 1 FreeStreamer 0x1006c6f98 astreamer::Audio_Queue::handleAudioPackets(unsigned int, unsigned int, void const*, AudioStreamPacketDescription*) + 132...

I can't get AudioStreamBasicDescription from: - (void)audioStream:(FSAudioStream *)audioStream samplesAvailable:(AudioBufferList *)samples frames:(UInt32)frames description: (AudioStreamPacketDescription)description so, I can't convert audio

When I set the music playback rate, I call the setPlayRate method. There is a big difference between the playback rate setting parameters 1.12 and 1.13

I got a audio file with defining info in the end. error playing with kAudioFileStreamError_NotOptimized. ``` var kAudioFileStreamError_NotOptimized: OSStatus It is not possible to produce output packets because the streamed...

libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock fail how to solve it

Hi, tvos is missing in podspec. it works very good on tvos btw. I know the Reachability cocopods version missing the tvos but they added it already on their github...

thanks for providing this tool for us! here is my question: can't play when the url need Redirect here is the music url, and i can play it by other...

I'm using FreeStreamer 3.1.1 in my iOS app and so far I've been quite happy with it. However, I've run into a problem streaming certain Soundcloud tracks. The following works...

Has anyone ported this library to React-Native or would want to help do it?