Speech-to-text transcription plugin for PsychoPy using OpenAI Whisper
Install this package with the following shell command::
pip install psychopy-whisper
For GPU support, you will need to install additional packages via pip
into the PsychoPy environment, see
here for more information and instructions. By default, the CPU version of
PyTorch is installed and should work on most computers.
Once the package is installed, PsychoPy will automatically load it when started and make objects available within the
psychopy.sound.transcribe
namespace. You can select the backend to use for a session by specifying
'whisper'
when selecting a transcriber.