How To Set-Up
Before you can run the scripts, there is to lay some groundwork first.
Prerequisites
Before you start: Have your Raspberry Pi 500 up and running Have a basic understanding of how t...
Creating (Almost) Live Transcripts
Preparing the Environment
How to set up Discord, sound, whisper.cpp and everything else.
Installing Pi-Apps
To install the Pi-Apps app store for Raspberry Pi, follow the instructions on their website: wg...
Installing and Setting-Up Legcord
The official Discord client currently isn't available for devices operating ARM processors on Win...
Creating a Dedicated Discord Account
To limit the complexity and to not have to deal with mapping and capturing several audio devices,...
Installing and Building the Right whisper.cpp
Cloning the Github repository locally cd ~ git clone https://github.com/ggerganov/whisper.cpp ...
Download the Right Model(s)
Download the tiny.en language model → this is the only model that will provide useful results o...
Audio Input (the Almost Easy Way)
How the TranscriptOMatic should operate is, to connect to Discord voice using a dedicated Discord...
Preventing Interference
In Legcord, open the Discord Voice & Video settings: Setting all Sounds to off Setting the So...
Setting-Up Files, Folders and Setting Permissions
Files & Folders Create the recommended folder and file structure: cd $HOME; mkdir -p meetings/lib...
(Optional) Activating VNC
Consider this if you want to run TranscriptOMatic without a display hooked up to the device. VNC ...