Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

nixon-voxell/UnityASR

Repository files navigation

Unity Automatic Speech Recognition

Discalimer: Currently, the AutomaticSpeechRecognition.cs script is not working as intended. For some reasons, it couldn't recognize a single word I say. Please make a pull request if you figured out how to solve this issue!

What does this package contatins??

This package provides a fully functional cross platform Automatic Speech Recognition using deep learning models intergrated in Unity with C#!!! Anyone can use this package in any way they want as long as they credit the author(s) and also respect the license agreement.

DeepSpeech

DeepSpeech is used as the backend of this package. In order to use DeepSpeech, the source code had to be copied manually as there are some unwanted stuffs in the DLL package.

Installation

This package depends on:

  1. Clone the UnityUtil repository into your project's Packages folder.
  2. Download the unitypackage dependencies from Google Drive and extract it into Unity.
  3. Clone this repository into your project's Packages folder.
  4. In Unity, go into native/DeepSpeechClient, you can choose either CPU or GPU version of DeepSpeech, GPU version is way faster than CPU inferencing.
  5. And you are ready to go!

Support the project!

patreon kofi

Join the community!

discord

License

This repository as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.

See license file for details.

Releases

No releases published

Packages

No packages published

Languages