New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord-speech-to-text

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-speech-to-text - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

package.json
{
"name": "discord-speech-to-text",
"version": "1.0.0",
"version": "1.1.0",
"description": "A speech to text module for the discord voice implementation",

@@ -15,4 +15,6 @@ "main": "transcriber.js",

"prism-media": "^1.3.2",
"request": "^2.88.2",
"underscore": "^1.13.2",
"util": "^0.12.4"
}
}

@@ -12,2 +12,10 @@ # Discord.js Speech Transcriber

## Installation
Simply run
```
npm install discord-text-to-speech
```
Happy coding!
## Usage

@@ -18,3 +26,3 @@

``` JavaScript
const Transcriber = require("path-to-file/transcriber.js");
const Transcriber = require("discord-speech-to-text");

@@ -21,0 +29,0 @@ const transcriber = new Transcriber(WITAIKEY);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc