Skip to content

Youknow2509/Real-Time-Speech-To-Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact:

Doc

How to use it:

  • Download environment:

      pip install -r requirements.txt
  • Display devices information use input speech:

        python utils/displayDevices.py
  • Speech to text computer's audio: [Note]: Use DEVICE_INDEX input speech device index

        python main.py

How to run in MacOS:

  • Use Black Hole create driver:

    • How to install:
          # install home brew
          /bin/bash -c "$(curl -fsSL https://github.com/raw/Homebrew/install/HEAD/install.sh)"
          # install black hole plugin
          brew install blackhole-2ch
  • Read doc it and create mutil output device.

  • Find index of plugin and change to file main and run it.