discord-speech-to-text
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "discord-speech-to-text", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A speech to text module for the discord voice implementation", | ||
@@ -11,2 +11,16 @@ "main": "transcriber.js", | ||
"license": "ISC", | ||
"keywords": [ | ||
"stt", | ||
"speech-to-text", | ||
"discord-bot", | ||
"voice", | ||
"music", | ||
"music-bot", | ||
"witai", | ||
"wit-ai", | ||
"voice-commands", | ||
"discord.js", | ||
"speech-recognition", | ||
"natural-language-processing" | ||
], | ||
"dependencies": { | ||
@@ -13,0 +27,0 @@ "@discordjs/voice": "^0.8.0", |
@@ -9,4 +9,4 @@ # Discord.js Speech Transcriber | ||
- to know how to [set up a Discord bot](https://discordjs.guide/) that can interact with the [voice channels](https://discordjs.guide/voice/) created using Node.JS | ||
- a free [API key for wit.ai](https://wit.ai) | ||
- to know how to [set up a Discord bot](https://discordjs.guide/) using Node.JS that can interact with [voice channels](https://discordjs.guide/voice/) | ||
- a free [API key for wit.ai](https://wit.ai) (found in the settings section after you created an app) | ||
@@ -53,2 +53,6 @@ ## Installation | ||
## Example | ||
An example is available as a basic Discord music bot with voice commands. [GitHub](https://github.com/shadowlp174/stt-example-bot) | ||
## API | ||
@@ -55,0 +59,0 @@ |
6133
78