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

Starting Point #1

Open
KageJordan opened this issue Apr 21, 2022 · 0 comments
Open

Starting Point #1

KageJordan opened this issue Apr 21, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@KageJordan
Copy link
Collaborator

KageJordan commented Apr 21, 2022

*Everything within the Web Audio API is based around the concept of an audio graph, which is made up of nodes.
To be able to do anything with the Web Audio API, we need to create an instance of the audio context. This then gives us access to all the features and functionality of the API.

1.Create Audio Context :[Audio context] (https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Using_Web_Audio_API#audio_context)

2.Create Audio element for loading sound (https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Using_Web_Audio_API#loading_sound)

  1. Add play & pause functionality: Controlling sound

4.Create Node for modifying sound: Modifying sound

@snuggs snuggs added the good first issue Good for newcomers label Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants