Advanced Search
Search Results
42 total results found
Creating (Almost) Live Transcripts
Preparing the Environment
How to set up Discord, sound, whisper.cpp and everything else.
Prerequisites
Before you start: Have your Raspberry Pi 500 up and running Have a basic understanding of how to work with the Raspberry Pi Have ssh up and running (via raspi-config) Know what the Linux command line interface is and how to work with it Know what a shell scr...
WTF a Raspberry Pi 500?
When I began working on this idea, it was the hardware I had at hand.
Setting-Up Files, Folders and Setting Permissions
Files & Folders Create the recommended folder and file structure: cd $HOME; mkdir -p meetings/lib/ meetings/bin/ meetings/recordings/; touch meetings/bin/meeting-start meetings/bin/meeting-stop meetings/bin/meeting-follow; chmod 755 meetings/bin/meeting-start ...
Finding the Right Sound Device
If you want to recreate TranscriptOMatic on a system different from a Raspberry Pi 500, you will need to find out the right devices and names on your own. This was my approach, that might give you an idea where to start finding the right settings for your envi...