@types/react-mic
Advanced tools
+15
-0
@@ -44,2 +44,5 @@ // Type definitions for react-mic 12.4 | ||
| /** defaults -> "audio/webm". Set to "audio/wav" for WAV or "audio/mp3" for MP3 audio format (available in React-Mic-Gold) */ | ||
| mimeType?: 'audio/webm' | 'audio/wav'; | ||
| /** Sound wave color */ | ||
@@ -50,2 +53,14 @@ strokeColor?: string; | ||
| backgroundColor?: string; | ||
| /** Specify 1 for mono, defaults -> 2 (stereo) */ | ||
| channelCount?: 1 | 2; | ||
| /** Enables/disables echo cancellation, defaults -> false */ | ||
| echoCancellation?: boolean; | ||
| /** Enables/disables auto gain control, defaults -> false */ | ||
| autoGainControl?: boolean; | ||
| /** Enables/disables background noise suppression, defaults -> false */ | ||
| noiseSuppression?: boolean; | ||
| } |
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Copyright (c) Microsoft Corporation. | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| { | ||
| "name": "@types/react-mic", | ||
| "version": "12.4.1", | ||
| "version": "12.4.2", | ||
| "description": "TypeScript definitions for react-mic", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "89b09d774eae178d7c56bbcb5a0a597d3f4111e8106201e0ca2051b4867fb39b", | ||
| "typeScriptVersion": "2.8" | ||
| "typesPublisherContentHash": "ad7822a87bc12427aface90241d971e0eeef60470af764a80c40585f8e0f5cf4", | ||
| "typeScriptVersion": "2.9" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Mon, 10 Feb 2020 20:54:31 GMT | ||
| * Last updated: Mon, 04 May 2020 18:52:15 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by mikaello (https://github.com/mikaello). | ||
| These definitions were written by [mikaello](https://github.com/mikaello). |
4233
13.97%48
26.32%