1.0.24 • Published 4 years ago

ekovoicehandler v1.0.24

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

ekovoicehandler.js

A javascript library that allows eko-studio users to add vocal commands instead of using traditional button-click interaction.

TABLE OF CONTENTS

  1. Description.
  2. How to use.

    1st Step: Include the library in your project.

    2nd Step: Paste.

    3rd Step: Add Keywords.

    4th Step: .

1. Description

This library uses artyom.js and it's made in a way that content creators who use eko studio tool can add vocal commands without necessarily developing code.

Follow this guide to learn how to use the commands.

2. How to use

1st Step: Include this library in your eko-project

After creating an eko project, open the developer mode by clicking the button on the topright of the page between preview and publish.

Open the code panel and click on "add package". alt test. On the search bar digit "ekovoicehandler.js" and click on the result.

notice: If you've done the checkout of your project you can install this library inside your local project by running the command "npm install ekovoicehandler.js --save" from the command prompt.

2nd Step: Copy and paste these lines on the code panel

import voice from './ekovoicehandler.js'

Paste this line on the top of the page.

voice.onInit(player,"it-IT","decision");

Paste this line inside function onInit

3rd Step: Add your personal Keywords

Select a node and decide which keywords will take you to the node selected.

Right-click and open metadata.

Write "keywords: []"

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago