🎩 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.3
to
0.0.4
+0
-5
voice-activity-detection/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for voice-activity-detection 0.0
// Project: https://github.com/Jam3/voice-activity-detection
// Definitions by: JohnDoeAntler <https://github.com/JohnDoeAntler>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function vad(

@@ -7,0 +2,0 @@ audioContext: AudioContext,

+4
-4
{
"name": "@types/voice-activity-detection",
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript definitions for voice-activity-detection",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/voice-activity-detection",

"name": "JohnDoeAntler",
"url": "https://github.com/JohnDoeAntler",
"githubUsername": "JohnDoeAntler"
"githubUsername": "JohnDoeAntler",
"url": "https://github.com/JohnDoeAntler"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "64693ea2e78ac6307cb3f99a7cb92ce5a603d3ed2c100e8be003fb186beff99e",
"typesPublisherContentHash": "e35ca4eda35294a3a0d1c63065fa15f466e529e88979ffcd793582ae157628b5",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for voice-activity-detection 0.0
// Project: https://github.com/Jam3/voice-activity-detection
// Definitions by: JohnDoeAntler <https://github.com/JohnDoeAntler>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function vad(

@@ -45,7 +40,6 @@ audioContext: AudioContext,

### Additional Details
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [JohnDoeAntler](https://github.com/JohnDoeAntler).