AudioStreamer icon indicating copy to clipboard operation
AudioStreamer copied to clipboard

A Swift 4 framework for streaming remote audio with real-time effects using AVAudioEngine

Results 13 AudioStreamer issues
Sort by recently updated
recently updated
newest added

Hi, first I'd like to say how great this framework is. It saved me a lot of time, thank you. I've noticed that once I called `play()` method on the...

Here is my crashlytics screenshot please help me sort this [out.]()

Hi, Thank you for creating this framework, it has been exactly what I needed for my project. Since the shift to swift 5 there are two warnings due to deprecation:...

First of all this framework is indeed a well maintained and best one available for Engine, can you please help to rectify this issues which i'm facing during engine usage?...

Trying to use this framework to stream internet radio. I am able to get some radio stations that stream in .mp3 formats to play, but only for a short period...

![image](https://user-images.githubusercontent.com/56622810/99161245-35864100-272b-11eb-9ca0-586863b0fefb.png) Cannot convert value of type '(UnsafeMutableRawPointer, UInt32, UInt32, UnsafeRawPointer, UnsafeMutablePointer) -> ()' to expected argument type 'AudioFileStream_PacketsProc' (aka '@convention(c) (UnsafeMutableRawPointer, UInt32, UInt32, UnsafeRawPointer, Optional) -> ()')

Hey guys, Thanks so much for putting this together. It's super helpful! I was wondering if the missing readme images could be replaced. Pictures help me (lots). If there's a...

I am getting error Thread 1: Fatal error: Index out of range on "Reader+Converter.swift" file on line 54 (let packet = packets[packetIndex]) even if there is packetIndex is less then...

@syedhali this change will fix the calling reading and allocating buffer holder while in paused state @mlejva