Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

알고리즘 #5

Open
joojis opened this issue Mar 17, 2017 · 1 comment
Open

알고리즘 #5

joojis opened this issue Mar 17, 2017 · 1 comment
Assignees

Comments

@joojis
Copy link
Member

joojis commented Mar 17, 2017

  • Speech to text
  • Text 간 거리 측정 방법

이 동작한다는 가정 하에 Sync를 어떻게 맞출 것인지 구체적인 알고리즘 필요

알고리즘을 수립하기 위해서 몇 가지 가정이 필요할 수 있음.
예를 들면 script text에는 시간 정보가 없고 newline으로 대사만 구분되어 있음.. 등 이건 알아서..

@joojis
Copy link
Member Author

joojis commented Mar 17, 2017

2가지 기능에 대한 알고리즘의 인풋 아웃풋

  1. 음성파일과 현재 재생시간, 자막(시간정보 포함)이 주어지면, 자막의 시간에 +-를 수행해서 싱크를 맞추는 기능

    • input: 음성파일, 현재 재생시간, 자막
    • output: real number in seconds
  2. 음성파일과 스크립트가 주어지면 전체 스크립트에 timestamp + duration을 붙여주는 기능

    • input: 음성파일, 스크립트(N개의 문장으로 구성)
    • output: N개의 (timestamp, duration)

@elwlwlwk elwlwlwk self-assigned this Mar 31, 2017
@joojis joojis self-assigned this May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants