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

Expose PlayAudioCommand type #71

Closed
harudagondi opened this issue Aug 28, 2022 · 1 comment · Fixed by #72
Closed

Expose PlayAudioCommand type #71

harudagondi opened this issue Aug 28, 2022 · 1 comment · Fixed by #72

Comments

@harudagondi
Copy link
Contributor

PlayAudioCommand can be accessed by using AudioChannel::play, but the type is hidden behind the private audio module.

Also, this type is not showing up in docs.rs, so to know its methods you have to go to the source code in the repo. You can't even go to the source code through docs.rs.

@nicopap
Copy link

nicopap commented Aug 29, 2022

Strongly agree with this, it makes using the API very hard. I can't even look up the docs for the API I'm intended to use!

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

Successfully merging a pull request may close this issue.

2 participants