timed-audio-buffer-source-node-audio-worklet 2.1.4 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/es2019/factories/schedule-audio-buffer-source-node.d.ts +1 -1
- package/build/es2019/factories/schedule-audio-buffer-source-node.d.ts.map +1 -1
- package/build/es2019/factories/subscribe-to-timing-object.d.ts +1 -1
- package/build/es2019/factories/subscribe-to-timing-object.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IAudioBufferSourceNode, IAudioWorkletNode, TContext, TNativeAudioBufferSourceNode, TNativeAudioWorkletNode, TNativeContext } from 'standardized-audio-context';
|
|
2
2
|
import { ITimingObject } from 'timing-object';
|
|
3
3
|
import type { createConvertToContextFrame } from './convert-to-context-frame';
|
|
4
|
-
export declare const createScheduleAudioBufferSourceNode: (convertToContextFrame: ReturnType<typeof createConvertToContextFrame>) => <T extends TContext | TNativeContext>(audioWorkletNode: T extends TContext ? IAudioWorkletNode<T> :
|
|
4
|
+
export declare const createScheduleAudioBufferSourceNode: (convertToContextFrame: ReturnType<typeof createConvertToContextFrame>) => <T extends TContext | TNativeContext>(audioWorkletNode: T extends TContext ? IAudioWorkletNode<T> : TNativeAudioWorkletNode, context: T, createAudioBufferSourceNode: T extends TContext ? (context: TContext) => IAudioBufferSourceNode<TContext> : (context: TNativeContext) => TNativeAudioBufferSourceNode, timingObject: ITimingObject) => Promise<void>;
|
|
5
5
|
//# sourceMappingURL=schedule-audio-buffer-source-node.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schedule-audio-buffer-source-node.d.ts","sourceRoot":"","sources":["../../../src/factories/schedule-audio-buffer-source-node.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,4BAA4B,EAC5B,uBAAuB,EACvB,cAAc,EACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAE9E,eAAO,MAAM,mCAAmC,0BACpB,WAAW,kCAAkC,CAAC,
|
|
1
|
+
{"version":3,"file":"schedule-audio-buffer-source-node.d.ts","sourceRoot":"","sources":["../../../src/factories/schedule-audio-buffer-source-node.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,4BAA4B,EAC5B,uBAAuB,EACvB,cAAc,EACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAE9E,eAAO,MAAM,mCAAmC,0BACpB,WAAW,kCAAkC,CAAC,6DAEhD,CAAC,SAAS,QAAQ,GAAG,kBAAkB,CAAC,CAAC,GAAG,uBAAuB,WAC5E,CAAC,8DAEM,QAAQ,KAAK,uBAAuB,QAAQ,CAAC,aAC7C,cAAc,KAAK,4BAA4B,gBACjD,aAAa,KAC5B,QAAQ,IAAI,CAed,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IAudioBufferSourceNode, IAudioWorkletNode, TContext, TNativeAudioBufferSourceNode, TNativeAudioWorkletNode, TNativeContext } from 'standardized-audio-context';
|
|
2
2
|
import { ITimingObject } from 'timing-object';
|
|
3
3
|
import type { createScheduleAudioBufferSourceNode } from './schedule-audio-buffer-source-node';
|
|
4
|
-
export declare const createSubscribeToTimingObject: (scheduleAudioBufferSourceNode: ReturnType<typeof createScheduleAudioBufferSourceNode>) => <T extends TContext | TNativeContext>(audioWorkletNode: T extends TContext ? IAudioWorkletNode<T> :
|
|
4
|
+
export declare const createSubscribeToTimingObject: (scheduleAudioBufferSourceNode: ReturnType<typeof createScheduleAudioBufferSourceNode>) => <T extends TContext | TNativeContext>(audioWorkletNode: T extends TContext ? IAudioWorkletNode<T> : TNativeAudioWorkletNode, context: T, createAudioBufferSourceNode: T extends TContext ? (context: TContext) => IAudioBufferSourceNode<TContext> : (context: TNativeContext) => TNativeAudioBufferSourceNode, timingObject: ITimingObject) => () => void;
|
|
5
5
|
//# sourceMappingURL=subscribe-to-timing-object.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscribe-to-timing-object.d.ts","sourceRoot":"","sources":["../../../src/factories/subscribe-to-timing-object.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,4BAA4B,EAC5B,uBAAuB,EACvB,cAAc,EACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,qCAAqC,CAAC;AAE/F,eAAO,MAAM,6BAA6B,kCACN,WAAW,0CAA0C,CAAC,
|
|
1
|
+
{"version":3,"file":"subscribe-to-timing-object.d.ts","sourceRoot":"","sources":["../../../src/factories/subscribe-to-timing-object.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,sBAAsB,EACtB,iBAAiB,EACjB,QAAQ,EACR,4BAA4B,EAC5B,uBAAuB,EACvB,cAAc,EACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,qCAAqC,CAAC;AAE/F,eAAO,MAAM,6BAA6B,kCACN,WAAW,0CAA0C,CAAC,6DAEhE,CAAC,SAAS,QAAQ,GAAG,kBAAkB,CAAC,CAAC,GAAG,uBAAuB,WAC5E,CAAC,8DAEM,QAAQ,KAAK,uBAAuB,QAAQ,CAAC,aAC7C,cAAc,KAAK,4BAA4B,gBACjD,aAAa,eA6B9B,CAAC"}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.24.0",
|
|
13
|
-
"standardized-audio-context": "^25.3.
|
|
13
|
+
"standardized-audio-context": "^25.3.66",
|
|
14
14
|
"timed-audio-buffer-source-node-audio-worklet-processor": "^2.1.3",
|
|
15
15
|
"timing-object": "^3.1.73",
|
|
16
16
|
"tslib": "^2.6.2"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"mocha": "^10.3.0",
|
|
50
50
|
"prettier": "^3.2.5",
|
|
51
51
|
"rimraf": "^5.0.5",
|
|
52
|
-
"rollup": "^4.12.
|
|
52
|
+
"rollup": "^4.12.1",
|
|
53
53
|
"sinon": "^17.0.1",
|
|
54
54
|
"sinon-chai": "^3.7.0",
|
|
55
55
|
"terser-webpack-plugin": "^5.3.10",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"tsconfig-holy-grail": "^15.0.0",
|
|
58
58
|
"tslint": "^6.1.3",
|
|
59
59
|
"tslint-config-holy-grail": "^56.0.0",
|
|
60
|
-
"typescript": "^5.
|
|
60
|
+
"typescript": "^5.4.2",
|
|
61
61
|
"webpack": "^5.90.3",
|
|
62
62
|
"webpack-cli": "^5.1.4"
|
|
63
63
|
},
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"test": "grunt lint && grunt test"
|
|
87
87
|
},
|
|
88
88
|
"types": "build/es2019/module.d.ts",
|
|
89
|
-
"version": "2.1.
|
|
89
|
+
"version": "2.1.5"
|
|
90
90
|
}
|