🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

virlow-nodejs-async

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virlow-nodejs-async - npm Package Compare versions

Comparing version

to
1.0.1-beta

2

package.json
{
"name": "virlow-nodejs-async",
"version": "1.0.0-beta",
"version": "1.0.1-beta",
"description": "Virlow Speech-to-Text API Node.js Package",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,4 +24,6 @@ # Virlow Speech-to-Text API Node.js Library

## Example Usage: Processing a `Dual Channel local audio file`
## Example Usage
### `Dual Channel local audio file`
```js

@@ -49,3 +51,3 @@ const { transcribe } = require('virlow-nodejs-async');

```
## Example Usage: Processing a `Single Channel local audio file`
### `Single Channel local audio file`

@@ -52,0 +54,0 @@ ```js