@types/voice-activity-detection
Advanced tools
@@ -6,3 +6,7 @@ // Type definitions for voice-activity-detection 0.0 | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
| declare function vad( | ||
| audioContext: AudioContext, | ||
| stream: MediaStream, | ||
| options?: vad.VoiceActivityDetectionOptions, | ||
| ): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
@@ -9,0 +13,0 @@ declare namespace vad { |
| { | ||
| "name": "@types/voice-activity-detection", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "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": "2e2bdc6097745a0d47c78fd71920ac904ee5ecec669ef724d3fd708dcd251edc", | ||
| "typeScriptVersion": "3.7" | ||
| "typesPublisherContentHash": "64693ea2e78ac6307cb3f99a7cb92ce5a603d3ed2c100e8be003fb186beff99e", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -16,3 +16,7 @@ # Installation | ||
| declare function vad(audioContext: AudioContext, stream: MediaStream, options?: vad.VoiceActivityDetectionOptions): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
| declare function vad( | ||
| audioContext: AudioContext, | ||
| stream: MediaStream, | ||
| options?: vad.VoiceActivityDetectionOptions, | ||
| ): { connect: () => void; disconnect: () => void; destroy: () => void }; | ||
@@ -41,3 +45,3 @@ declare namespace vad { | ||
| ### Additional Details | ||
| * Last updated: Fri, 03 Sep 2021 06:01:20 GMT | ||
| * Last updated: Tue, 26 Sep 2023 10:06:28 GMT | ||
| * Dependencies: none | ||
@@ -44,0 +48,0 @@ * Global values: none |
4917
0.61%26
18.18%50
8.7%