🎩 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.1
to
0.0.2
+1
-1
voice-activity-detection/index.d.ts

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