🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/voice-activity-detection

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/voice-activity-detection - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+5
-1
voice-activity-detection/index.d.ts

@@ -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 {

+3
-3
{
"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