CLI

개요

타입캐스트 음성 생성을 터미널에서 실행하는 CLI를 설치하고 시작하세요.

타입캐스트 명령어 한 줄만 저장해두면, 같은 방식의 음성을 언제든 다시 만들 수 있습니다. 직접 실행해도 되고, 메모에 남겨두어도 되고, AI 에이전트에게 전달해서 매번 같은 설정으로 음성 파일과 자막을 만들게 할 수도 있습니다.

반복해서 콘텐츠를 만들 때마다 같은 타입캐스트 요청을 처음부터 다시 구성할 필요가 없습니다. 한두 개의 명령어만 익혀두면 초안 음성, 내레이션, 보이스 미리듣기, 자막 생성, 에이전트 기반 제작 작업을 명령어 단위로 재사용할 수 있습니다.

cast "Hello, world!"
cast "Hello, world!" --voice-id tc_xxx --out hello.wav
cast "Hello, world." --out hello.wav --timestamps-out hello.srt
cast "I just got promoted!" --emotion smart

반복할 수 있는 일

워크플로우명령어
음성 바로 재생cast "Hello, world!"
WAV 파일 저장cast "Hello, world!" --out hello.wav
MP3 파일 저장cast "Hello, world!" --out hello.mp3 --format mp3
SRT 자막 생성cast "Hello, world." --out hello.wav --timestamps-out hello.srt
WebVTT 자막 생성cast "Hello, world." --out hello.wav --timestamps-out hello.vtt --timestamps-format vtt
스마트 이모션 사용cast "I can't believe it!" --emotion smart
음성 인터랙티브 선택cast voices pick
커스텀 음성 클로닝cast voices clone sample.wav --name "My Clone"
기본 음성 설정cast config set voice-id tc_xxx
⌘I