Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot inherit from non-open class 'SAPlayer' outside of its defining module #166

Open
blu-barry opened this issue Jan 19, 2022 · 0 comments

Comments

@blu-barry
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant