diff --git a/samples/ko_en/clips/.gitkeep b/samples/ko_en/clips/.gitkeep new file mode 100644 index 0000000..0e2f68d --- /dev/null +++ b/samples/ko_en/clips/.gitkeep @@ -0,0 +1,2 @@ +# 오디오/영상 클립을 이 폴더에 넣으세요 (예: 0001.wav, 0001.mp3, 0001.mp4). +# 미디어 파일 자체는 .gitignore로 커밋 제외됩니다(용량/프라이버시). manifest만 추적. diff --git a/samples/ko_en/manifest.jsonl.example b/samples/ko_en/manifest.jsonl.example new file mode 100644 index 0000000..3c79f97 --- /dev/null +++ b/samples/ko_en/manifest.jsonl.example @@ -0,0 +1,2 @@ +{"audio": "clips/0001.wav", "text": "그 API 서빙할 때 vLLM 쓰면 성능 대박이야", "lang": "ko"} +{"audio": "clips/0002.wav", "text": "FastAPI로 엔드포인트 만들고 Kubernetes에 배포했어", "lang": "ko"}