0.1.3 • Published 3 years ago

vue-speech-to-text v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

VUE AUDIO SPEECH TO TEXT

A simple Component for speech to text.

npm.io

Installation

npm i vue-speech-to-text --save

Module

import vue-speech-to-text from 'vue-speech-to-text';

Usage

Below is an example of how to handle recording result

<template>
  <div>
    <vue-speech-to-text />
  </div>
</template>
 
<script>

import vue-audio-recorder-and-player from 'vue-audio-recorder-and-player';

</script> 
 
<style>
</style> 

Authors

Pratik Aher - Developer

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago