stt
Transcribe audio speech to text or generate subtitle (.srt) files. Use this to process voice messages.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Transcribe audio speech to text or generate subtitle (.srt) files. Use this to process voice messages.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Help the user set up cronjobs that can run periodically.
Manage background tasks.
Create a new character for role playing.
Generate high-fidelity speech audio using text to speech with voice cloning and subtitles.
All in one image skill with image generation and editing.
All in one video editing skill with video generation, audio dubbing, subtitles etc.
| name | stt |
| description | Transcribe audio speech to text or generate subtitle (.srt) files. Use this to process voice messages. |
Make sure the stt command is installed with the package:
which stt || uv tool install --default-index https://pypi.org/simple git+https://github.com/codescv/aigc_toolkit.
--audio: The full path to the input audio file.--output (Optional): The path to save the output text or .srt file. If not specified, prints to standard output.--srt (Optional): Force the output as SubRip Subtitle format (.srt). This is automatically inferred if --output ends with .srt.--model (Optional, default: mlx-community/whisper-large-v3-turbo): The whisper model ID or local path to use.stt --audio /path/to/audio.wav
stt --audio /path/to/audio.wav --output /path/to/transcription.txt
stt --audio /path/to/audio.wav --output /path/to/subtitles.srt