Skip to content
New issue

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

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

Already on GitHub? # to your account

Add docs to userStartAudio + other utils #40

Open
davepagurek opened this issue Oct 14, 2024 · 2 comments
Open

Add docs to userStartAudio + other utils #40

davepagurek opened this issue Oct 14, 2024 · 2 comments

Comments

@davepagurek
Copy link
Collaborator

In the old p5.sound library, we had these docs: https://archive.p5js.org/reference/#/p5/userStartAudio

I think we still have it here, but just without doc comments:

p5.sound.js/src/Utils.js

Lines 17 to 19 in 064f415

function userStartAudio() {
ToneStart();
}

It would maybe be good to add those docs + examples back (and possibly for the other utils in that file too, like getAudioContext)

cc @Qianqianye

@Qianqianye
Copy link
Contributor

Thanks @davepagurek. Hi @ogbabydiesal, could you double check if we have any other missing documents besides userStartAudio?

@ogbabydiesal
Copy link
Collaborator

docs added 🤙

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

No branches or pull requests

3 participants