@types/voice-activity-detection
Advanced tools
@@ -6,3 +6,3 @@ // Type definitions for voice-activity-detection 0.0 | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): void; | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
@@ -9,0 +9,0 @@ declare namespace vad { |
| { | ||
| "name": "@types/voice-activity-detection", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "TypeScript definitions for voice-activity-detection", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/voice-activity-detection", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "a16536f094a046a5b4563e410a11dd76db99bba63af430f2d7e41657c001023d", | ||
| "typeScriptVersion": "3.6" | ||
| "typesPublisherContentHash": "2e2bdc6097745a0d47c78fd71920ac904ee5ecec669ef724d3fd708dcd251edc", | ||
| "typeScriptVersion": "3.7" | ||
| } |
@@ -16,3 +16,3 @@ # Installation | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): void; | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
@@ -41,3 +41,3 @@ declare namespace vad { | ||
| ### Additional Details | ||
| * Last updated: Fri, 02 Jul 2021 18:05:08 GMT | ||
| * Last updated: Fri, 03 Sep 2021 06:01:20 GMT | ||
| * Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: none |
4887
2.69%