Skip to content

Fix(pipeline worker ) stt model(chirp3) 20min word time stamp limit 해결 [#100]#102

Merged
baekyutae merged 6 commits into
fix/100-testing-bugfixesfrom
fix/100-1-stt-20min-limit
Jul 19, 2026
Merged

Fix(pipeline worker ) stt model(chirp3) 20min word time stamp limit 해결 [#100]#102
baekyutae merged 6 commits into
fix/100-testing-bugfixesfrom
fix/100-1-stt-20min-limit

Conversation

@baekyutae

Copy link
Copy Markdown
Collaborator

1.음성 추출시 길이 체크
2. 20분 초과시 15분 단위로 분할(5초 오버래핑)
3. 분할한 음성을 stt에서 처리
4. stt 버그론 인한 단어 단위 타임스탬프 꼬임을 해결
=> 문제가 되는 단어 바로 앞뒤 단어의 타임스탬프를 기준으로 보정, 연속되게 두단어 이상 오류시 실패처리(보정을 할수 있는 기준이 없으므로)

  - 고립된 역전 단어는 앞뒤 정상 단어를 기준으로 보정합니다.
  - 여러 고립 이상치도 모두 보정합니다.
  - 첫·마지막 단어, 연속 역전, 겹친 인접 경계는 비재시도 오류로 실패합니다.
  - 보정 시 원본값·보정값을 경고 로그로 남깁니다.
  - 보정 불가 시 인접값과 실패 사유를 오류 로그로 남깁니다.
  - 외부 응답 형식은 변경하지 않았습니다.
@sonarqubecloud

Copy link
Copy Markdown

@baekyutae
baekyutae merged commit 2ffcec3 into fix/100-testing-bugfixes Jul 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant