
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
A Discord Speech-to-Text module made with Vosk. Yes, it works!
In Discord settings, if you are not in the Push-to-Talk mode in "Voice & Video" and you are in the Voice Activity mode, you must disable "Automatically determine input sensivity" option and set it to lowest value. Like in this screenshot:

apt install ffmpeg for Ubuntu)npm i assiskyoptions:
{
"voskLogLevel": int, // -1 to disable logging of Vosk
"modelPath": "Path to downloaded model folder", // Default: ./model
}
Returns an event for sending recognition results. See example for details.
userId: A Discord user ID that joined to a voice channel.
discordVoiceConnection: The voice connection of the bot. (Bot should join the same VC with the user.) See this for more details.
userId: A Discord user ID that joined to a voice channel and recognition for user has been started and progressing.
userId: A Discord channel ID, bot will stop listening everyone in the channel. Useful to run before leaving a VC.
Bot returns an Object which contains current listening users' streams, connection, userId. {discordAudio,PCMToMP3,wavReader,rec,connection,userId}
The config object that recieved from Assisky.setup() function.
Note: In the example below, I've used the Turkish language model but you can use different models as you want.
"bu bir denemedir" means "this is a test"
"merhaba dünya" means "hello world"

FAQs
A Discord Speech-to-Text module made with Vosk.
We found that assisky demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.