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/oscillator node #25

Merged
merged 10 commits into from
Jul 17, 2024
Merged

Feat/android/oscillator node #25

merged 10 commits into from
Jul 17, 2024

Conversation

maciejmakowski2003
Copy link
Collaborator

@maciejmakowski2003 maciejmakowski2003 commented Jul 15, 2024

-Implemented oscillator class in Kotlin containing whole sound generating logic and AudioContex native module which provides method for creating oscillator instance on JS side( createOscillator( ))
-Implemented c++ HybridClass for this oscillator
-Implemented jsi HostObject for this oscillator and injected it into js runtime
-Integrate it with AudioContext class having HybridClass na HostObject

Closes: #16
Closes: #21

example/src/App.tsx Outdated Show resolved Hide resolved
src/types.d.ts Outdated Show resolved Hide resolved
src/index.ts Outdated Show resolved Hide resolved
cpp/AudioContextHostObject.cpp Outdated Show resolved Hide resolved
@michalsek
Copy link
Member

Okay, last thing to do is to resolve conflicts with main branch, then you can merge :)

@michalsek
Copy link
Member

We will go through the files once we will setup linters and formatters for the native sides

@michalsek michalsek merged commit 2f267e2 into main Jul 17, 2024
2 checks passed
@michalsek michalsek deleted the feat/android/oscillator-node branch July 17, 2024 10:39
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.

Integrate AudioContext class with OscillatorNode on Android Implement OscillatorNode on Android
2 participants