A module for speech to text & transcription stuff.
Core modules:
-
Pyaudio
(Pa_INT16): recording -
WhisperModel
(CPU_INT8): transcription.
PowerShell is used here to improve the cli experience (setup, environment and updates).
Install-Module LocalSTT
Import-Module LocalSTT
Record-Audio -o output.wav
Transcribe-Audio output.wav
- currently Works with Python <= 3.12 : faster-whisper/issues/1238
This project is licensed under the WTFPL License.