You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These instructions describe how to perform speech-to-text transcription
using Arch Linux.
Hardware
Your setup will differ.
Components
Hardware components:
Mixer = Mackie d.4 PRO
Mic = PANASONIC Density Mic
Motherboard = ROG STRIX B650E-I GAMING WIFI
Configuration
Hardware setup (numbers in brackets are from figures in manual):
Mic -> Mixer (Mic 1 [2], 48V off)
Mixer (AUX SEND [8]) -> Motherboard (Mic In)
Mic -> On
Mixer (Mic 1) -> [26] Wet (100%)
Mixer (Mic 1) -> [40] AUX SEND (75%)
Mixer (Mic 1) -> [28] On
This configuration allows audio to be sent from the microphone to the
computer's mic input without any audio going out mains into the speakers.
Adjusting the Wet / Dry level controls how much audio is split to mains.
Install
This section provides instructions to run the speech-to-text software.
Refresh audio
To avoid audio issues, consider completely reinstalling audio software:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Overview
These instructions describe how to perform speech-to-text transcription
using Arch Linux.
Hardware
Your setup will differ.
Components
Hardware components:
Configuration
Hardware setup (numbers in brackets are from figures in manual):
This configuration allows audio to be sent from the microphone to the
computer's mic input without any audio going out mains into the speakers.
Adjusting the Wet / Dry level controls how much audio is split to mains.
Install
This section provides instructions to run the speech-to-text software.
Refresh audio
To avoid audio issues, consider completely reinstalling audio software:
The audio environment is configured.
Speech-to-text
Change to the project's root directory and perform the following steps:
For example:
Change to your project's development directory (e.g.,
$HOME/dev/c++/project
)and run the following:
The requisite software is installed.
Configure
Append the following lines to
$HOME/.bashrc
:Open a new terminal and close all other terminals to ensure the environment
variables are applied.
Demo
Create and run the demo program by saving the following as
stt.py
:From the shell, run:
Speech is translated to text.
Beta Was this translation helpful? Give feedback.
All reactions