@antha/audio 0.0.7 → 0.1.0
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/dist/audio-file.d.ts +1 -1
- package/package.json +9 -9
package/dist/audio-file.d.ts
CHANGED
|
@@ -192,7 +192,7 @@ export declare function setupEffects(audioContext: Readonly<BaseAudioContext>, o
|
|
|
192
192
|
* @category Internal
|
|
193
193
|
*/
|
|
194
194
|
export declare class AudioFile extends ListenTarget<AllAudioFileEvents> {
|
|
195
|
-
|
|
195
|
+
protected readonly params: AudioFileParams;
|
|
196
196
|
/**
|
|
197
197
|
* The url or base64 string chosen from the originally provided list of sources that is most
|
|
198
198
|
* compatible with the current browser. This is what will be played.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antha/audio",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "An Antha mod for handling audio.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vir",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"test:docs": "virmator docs check"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@augment-vir/assert": "^
|
|
37
|
-
"@augment-vir/common": "^
|
|
36
|
+
"@augment-vir/assert": "^32.2.2",
|
|
37
|
+
"@augment-vir/common": "^32.2.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@antha/engine": "^0.0
|
|
41
|
-
"@augment-vir/test": "^
|
|
42
|
-
"@web/dev-server-esbuild": "^
|
|
43
|
-
"@web/test-runner": "^0.
|
|
44
|
-
"@web/test-runner-playwright": "^0.
|
|
40
|
+
"@antha/engine": "^0.1.0",
|
|
41
|
+
"@augment-vir/test": "^32.2.2",
|
|
42
|
+
"@web/dev-server-esbuild": "^2.0.0",
|
|
43
|
+
"@web/test-runner": "^1.0.0",
|
|
44
|
+
"@web/test-runner-playwright": "^1.0.0",
|
|
45
45
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
46
|
-
"typed-event-target": "^4.3.
|
|
46
|
+
"typed-event-target": "^4.3.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@antha/engine": "*",
|