syedhali / AudioStreamer

A Swift 4 framework for streaming remote audio with real-time effects using AVAudioEngine
Apache License 2.0
455 stars 56 forks source link

#16 Cannot convert value of type '(UnsafeMutableRawPointer, UInt32, U… #18

Closed varun-naharia closed 1 year ago

varun-naharia commented 3 years ago

…Int32, UnsafeRawPointer - fixed

syedhali commented 1 year ago

Hey @varun-naharia thank you for the PR, I made the change to the master branch by adding an if let instead of force unwrapping. Either way it works since we're already checking for nil, but I prefer to avoid the force unwrap. Thanks!