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(oscillator): Setup IOS Oscillator #27

Merged
merged 22 commits into from
Jul 23, 2024
Merged

Conversation

hubgan
Copy link
Collaborator

@hubgan hubgan commented Jul 16, 2024

Create AudioContext class which contains createOscillator method.
We can create multiple oscillators which we can start, stop and change frequency.

Issue: #18

@hubgan hubgan self-assigned this Jul 16, 2024
@hubgan hubgan requested a review from michalsek July 16, 2024 08:50
src/AudioContext.ts Outdated Show resolved Hide resolved
src/utils/install.ts Outdated Show resolved Hide resolved
src/AudioContext.ts Outdated Show resolved Hide resolved
ios/PlatformOscillator.mm Outdated Show resolved Hide resolved
ios/IOSOscillator.m Outdated Show resolved Hide resolved
ios/IOSOscillator.m Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/App.tsx Outdated Show resolved Hide resolved
@hubgan hubgan requested a review from michalsek July 16, 2024 14:11
@hubgan hubgan requested a review from michalsek July 19, 2024 11:38
Comment on lines +5 to +6
destination: AudioDestinationNode | null;
};
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary nulls until destination is implemented on ios

ios/nodes/Oscillator/IOSOscillator.mm Outdated Show resolved Hide resolved
ios/nodes/Oscillator/OscillatorNode.m Outdated Show resolved Hide resolved
ios/nodes/Oscillator/OscillatorNode.m Outdated Show resolved Hide resolved
@hubgan hubgan requested a review from michalsek July 23, 2024 09:57
@hubgan hubgan merged commit 2c94497 into main Jul 23, 2024
2 checks passed
@hubgan hubgan deleted the feat/ios/basic-oscillator-setup branch July 23, 2024 11:40
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.

2 participants