Skip to content

TeamAudio/reaspeech

Folders and files

NameName
Last commit message
Last commit date
Jan 3, 2025
Jan 30, 2025
Jan 29, 2025
Feb 5, 2025
Jan 8, 2025
Jan 3, 2025
Aug 27, 2024
Jan 29, 2025
Jan 14, 2025
Jan 16, 2025
Feb 2, 2025
Feb 2, 2025
Jul 11, 2024
Jan 28, 2025
Jan 14, 2025
Jan 14, 2025
Feb 2, 2025
Feb 2, 2025

Repository files navigation

ReaSpeech

Lint & Test

Painless speech-to-text transcription inside of REAPER

ReaSpeech is a ReaScript frontend that will take your project's media items and run them through a Docker-hosted Whisper backend, building a searchable, project-marker based index of the resulting transcription. That's right - not only do you reap (zing!) the benefits of a staff of transcribers, but you get to add "familiar with Docker" to your resume.

Screenshot

Quick Usage

Docker Commands

CPU

docker run -d -p 9000:9000 --name reaspeech techaudiodoc/reaspeech:latest

GPU: Windows/NVIDIA

docker run -d --gpus all -p 9000:9000 --name reaspeech-gpu techaudiodoc/reaspeech:latest-gpu

GPU: Apple Silicon

Please see our Apple Silicon GPU instructions


For more detailed instructions, see Docker Usage

Documentation

Credits

ReaSpeech Team

Third-Party Software

ReaSpeech's initial web service and Docker setup were based on the Whisper ASR Webservice project.

Transcription is provided by the Faster Whisper library.

ReaSpeech uses ReaImGui by Christian Fillion for its user interface toolkit.

Licensing

ReaSpeech is licensed under the terms of the GPLv3. Portions are derived from the whisper-asr-webservice project, which is MIT-licensed. All source files in this repository should be considered GPL-licensed unless otherwise specified.