:loudspeaker: A JavaScript library to add voice commands to your sites, apps or games.

Related tags

Video/Audio voix
Overview

Voix JS

A JavaScript library to add voice commands to your sites, apps or games.

NOTE: At this time, this library is only compatible with Google Chrome.

Installation

$ component install pazguille/voix

See: https://github.com/component/component

Standalone

You can use the standalone version:

<script src="voix.js"></script>

How-to

Create a new instance of Voix.

var voix = new Voix('en-US');

API

Voix(lang)

Create a new instance of Voix.

  • lang: A given language.
var voix = new Voix('en-US');

Voix#setCommand(command, listener)

Sets a new command with a listener to the collection.

  • command - A given command.
  • listener - A given listener.
voix.setCommand('play', playVideo);

Voix#removeCommand(command, listener)

Removes a given command or its listener from the collection.

  • command - A given command to remove.
  • listener [optional] - A given listener to remove.
voix.removeCommand('play', playVideo);

// or

voix.removeCommand('play');

Voix#start()

Starts the recognition.

voix.start();

Voix#stop()

Stops the recognition.

voix.stop();

## Maintained by

License

Licensed under the MIT license.

Copyright (c) 2013 @pazguille.

You might also like...

Skarbówka is a discord bot that is designed to waste your time on some stupid economy commands.

Skarbówka is a discord bot that is designed to waste your time on some stupid economy commands.

SKARBÓWKA - A shitty discord bot that you don't need Invite the bot It's a discord bot that has economy and casino commands that you can use in case o

Sep 9, 2022

About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Dec 28, 2022

JavaScript / TypeScript templates for Discord.js v13, Slash Commands only!

discord.js-v13-template Slash Command Template Command Handler Events Handler Commands Example JavaScript Template TypeScript Template I will be const

Nov 15, 2022

Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. 🍄 Containing over 100+ commands from different categories (soon). 🌼

Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. 🍄 Containing over 100+ commands from different categories (soon). 🌼

Kanna Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. 🍄 Containing over 100+ commands from different categories (

Dec 15, 2022

Watch youtube, play poker and many others games together!

Watch youtube, play poker and many others games together!

THE GAMES ARE FROM DISCORD STOP MESSAGING ME ABOUT IT! Powercord Together A plugin that makes easy to watch youtube, play poker and many others games

Nov 25, 2022

Play games or watch YouTube videos together on Discord !

Play games or watch YouTube videos together on Discord !

Discord Together 🔩 Installation Install discord-together $ npm install discord-together@latest Install discord.js $ npm install discord.js 🔑 Featu

Jan 3, 2023

Bot Ini adalah Hasil Pengodean Ulang Dari ©games-wabot, pengodean = penambahan Fitur

Bot Ini adalah Hasil Pengodean Ulang Dari ©games-wabot, pengodean = penambahan Fitur

Lord-Botz-v2 Join Group Diskusi NO BOT Deploy to Heroku Heroku Buildpack BuildPack LINK FFMPEG here IMAGEMAGICK here FOR TERMUX USER pkg update && pkg

Jul 4, 2022

Self hosted media tracker for movies, tv shows, video games, books and audiobooks

MediaTracker · Self hosted platform for tracking movies, tv shows, video games, books and audiobooks, highly inspired by flox Demo https://mediatracke

Jan 3, 2023

A multi-purpose discord bot, that has 100+ commands. Includes 🎶 Music, 📷 Image Generation, 📊 Leaderboard, and more!

Cleckzie An open-source, multi-purpose discord bot, made with JavaScript. Has useful categories like: 🎶 Music - filter, seek, queue, volume and more.

Jul 2, 2022
Comments
  • "It's cross-browser compatible"

    The claim in the Readme, that this is "cross-browser compatible", but then only listing "Chrome" as a supported browser is akin to that old Henry Ford quote "You can have any color, as long as it's black."

    Might be worth dropping that section until other browsers are supported.

    opened by lucanos 2
  • Fix bug

    Fix bug

    I try your demo (http://pazguille.github.io/voix/) but it doesn't work. Maybe it need start() after init? like this:

    var en = new Voix('en-US'); en.start(); en.setCommand

    opened by youngspring1 1
  • Background is copyrighted: Add name credit / link on footer.

    Background is copyrighted: Add name credit / link on footer.

    The image used as background is copyrighted. He asked me add copyright information on the page.

    Author: Kenn Delbridge

    Link: https://www.flickr.com/photos/auralasia/8410119383/in/set-72157626950382118

    opened by pazguille 0
  • No voice permissions on local test

    No voice permissions on local test

    I'm trying to test this locally and I don't get the microphone pemissions check from Chrome. I suspect this is what's stopping me from running the application.

    opened by mesosteros 3
Owner
Guille Paz
👨‍💻 Front End Web Developer ⚡️Web Performance Lover | Sr. Technical Manager at @mercadolibre
Guille Paz
Adds links to Discogs pages from various sites. Auto search for music on torrent and other sites. Does multi auto-search on Artist/Discography pages. Auto search local HDDs/filelists using Voidtools Everything search engine.

Discogs Scout: Adds links to Discogs pages from various sites. Auto search for music on torrent and other sites. Does multi auto-search on Artist/Disc

null 27 Dec 27, 2022
Link your position on a mcbe server to a discord voice. The sound changes according to the distance to the nearest players.

DiscordLink Link your position on a mcbe server to a discord voice. The sound changes according to the distance to the nearest players. Credits - No I

MaXoooZ 1 May 28, 2022
Hide your true voice from people and speak like a robot.

Hide your true voice from people and speak like a robot. Turn your speech into text and then turn the text into speech with tts engines.

null 3 Jun 3, 2022
An simple package to create an Activity in Discord Voice Channel using Discord.js

discordjs-activity An simple package to create an Activity in Discord Voice Channel using Discord.js ?? | Installation npm install discordjs-activity

Sudhan 55 Nov 15, 2022
A wrapper for @discordjs/voice

ezvoice A lightweight package designed to make it just a bit easier to play and record sound with @discordjs/voice Discord: nab138#2035 Examples Conne

null 0 May 19, 2022
🤖 NODE.TS - Play a welcome sound every time someone joins the voice channel, meme bot. (Olha ele ae)

welcome2voice-bot ?? NODE.TS - Play a welcome sound every time someone joins the voice channel. ?? INVITE-ME ?? Installation Clone project git clone g

Bruno Silva 5 Feb 23, 2022
Telegram voice recognition bot

Node.js bot for telegram messenger based on Microsoft Azure Speech Service and Node.js Telegram Bot API

Dmitry 4 Mar 9, 2022
Voice Controlled Discord Music Bot in discord.js v14

Voice Controlled Discord Bot This repository is for the 5th Hackathon of Documatic. With that Project I am aiming to place #1 and win 50€ About It is

Tomato6966 27 Nov 28, 2022
A simple discord bot that can execute commands to your termux.

Termux-Bot It's a simple discord bot that can execute commands to your termux. Try it for yourselves Requirements discord account and bot, npm, git, o

null 12 Oct 5, 2022
I’m a very useful music bot that can make you play a music with a simple command! I have a lot of good commands that you can have a better experience playing your favorites songs!

I’m a very useful music bot that can make you play a music with a simple command! I have a lot of good commands that you can have a better experience playing your favorites songs!

Hugo Kishi 2 Aug 16, 2022