You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAPlayer is public but not open and therefore can't be subclassed outside of the module. Would it be possible to change SAPlayer to open as to allow for modification within outside projects?
My overall issue is that I need to play multiple tracks synchronously as can be done in AVAudioEngine, but with the functionality and flexibility of SwiftAudioPlayer. The only solution that I currently see is to inherit the SAPlayer and modify it for such a purpose. Is there another way to achieve this without setting SAPlayer as open?
The text was updated successfully, but these errors were encountered:
SAPlayer is public but not open and therefore can't be subclassed outside of the module. Would it be possible to change SAPlayer to open as to allow for modification within outside projects?
My overall issue is that I need to play multiple tracks synchronously as can be done in AVAudioEngine, but with the functionality and flexibility of SwiftAudioPlayer. The only solution that I currently see is to inherit the SAPlayer and modify it for such a purpose. Is there another way to achieve this without setting SAPlayer as open?
The text was updated successfully, but these errors were encountered: