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

Feat/android/panner node #40

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Conversation

maciejmakowski2003
Copy link
Collaborator

-Implemented PannerNode classes and added appropriate logic in AudioContext classes
-Added PlaybackParameters class in order to store all data about playback(gain, pan, audioTrack, buffer)
-Slightly changed audio processing flow. Each node has to do its job(void process(PlaybackParameters) and pass it to its neighbors. All changes on playback and writing buffer will be applied in DestinationNode

Closes: #23

@maciejmakowski2003 maciejmakowski2003 merged commit 240841d into main Jul 25, 2024
2 checks passed
@maciejmakowski2003 maciejmakowski2003 deleted the feat/android/panner-node branch July 25, 2024 14:10
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 this pull request may close these issues.

Implement PannerNode on Android
2 participants