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/audio node #38

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Feat/android/audio node #38

merged 2 commits into from
Jul 23, 2024

Conversation

maciejmakowski2003
Copy link
Collaborator

-Implemented AudioNode hybrid, wrapper and HostObject class
-Introduced inheritance between AudioNode(base class), OscillatorNode(derived class), AudioDestinationNode(derived class)
-Changed connect method signature as void connect(AudioNode node)
-Replaced deprecated AudioTrack constructor

Closes: #37

@maciejmakowski2003 maciejmakowski2003 merged commit 2b8ba55 into main Jul 23, 2024
2 checks passed
@maciejmakowski2003 maciejmakowski2003 deleted the feat/android/audio-node branch July 23, 2024 09:19
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 inheritance from AudioNode
2 participants