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 context wrapper #35

Merged
merged 16 commits into from
Jul 22, 2024

Conversation

maciejmakowski2003
Copy link
Collaborator

@maciejmakowski2003 maciejmakowski2003 commented Jul 18, 2024

-Implemented wrappers' header files for AudioContext, AudioDestinationNode and OscillatorNode
-Provided wrappers implementation on Android
-Introduced new cpp folder structure
-Refactored jni and jsi classes in order to be consistent with Single Responsibility Principle and maintain great abstraction level (HybridClass is responsible for interaction with kotlin side(fbjni), wrappers play a compositional role and whole jsi logic is locked in HostObject's classes)

Closes: #34

android/src/main/cpp/OscillatorNode.h Show resolved Hide resolved
cpp/AudioContext/AudioContextHostObject.cpp Show resolved Hide resolved
cpp/OscillatorNode/OscillatorNodeHostObject.cpp Outdated Show resolved Hide resolved
cpp/OscillatorNode/OscillatorNodeHostObject.cpp Outdated Show resolved Hide resolved
@maciejmakowski2003 maciejmakowski2003 merged commit 86db614 into main Jul 22, 2024
2 checks passed
@maciejmakowski2003 maciejmakowski2003 deleted the feat/android/audio-context-wrapper branch July 22, 2024 10:51
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 c++ wrappers for AudioContext objects
2 participants