discord-speech-recognition and DiscordSpeechBot
These two tools are competitors because they both provide speech-to-text functionality for Discord bots, with Rei-x/discord-speech-recognition offering a more focused speech-to-text extension for discord.js and inevolin/DiscordSpeechBot being a full-fledged bot with additional features like music commands built around speech-to-text.
About discord-speech-recognition
Rei-x/discord-speech-recognition
Speech to text extension for discord.js
Leverages the `@discordjs/voice` library to capture audio streams from Discord voice channels and transcribes them using speech-to-text processing, exposing results through custom `SpeechEvents` that integrate seamlessly with discord.js's event system. Supports multiple discord.js versions (v12-v14) with version-specific package releases, allowing bots to respond to voice input with the same event-driven architecture used for text commands.
About DiscordSpeechBot
inevolin/DiscordSpeechBot
A speech-to-text bot for discord with music commands and more using NodeJS. Ideally for controlling your Discord server using voice commands, can also be useful for hearing-impaired people.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work