We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a4391 commit ecc678cCopy full SHA for ecc678c
ios/PlatformOscillator.mm
@@ -16,7 +16,7 @@
16
}
17
18
void PlatformOscillator::changeFrequency(const float frequency) const {
19
- [iosOscillator_ changeFrequency:frequency];
+ [iosOscillator_ changeFrequency:frequency];
20
21
22
} // namespace audiocontext
src/modules/global.d.ts
@@ -1,8 +1,6 @@
1
-import type { IGainNode } from '../Gain';
2
import type { OscillatorNode } from '../Oscillator';
3
4
export declare global {
5
function nativeCallSyncHook(): unknown;
6
var createOscillator: (frequency: number) => OscillatorNode;
7
- var createGain: (gain: number) => IGainNode;
8
0 commit comments