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

Merge multi-part WAV files #11

Open
dheshanm opened this issue Feb 12, 2024 · 0 comments · May be fixed by #12
Open

Merge multi-part WAV files #11

dheshanm opened this issue Feb 12, 2024 · 0 comments · May be fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@dheshanm
Copy link
Member

Interviews are sometimes split into multiple files. They are to be named as YYYYMMDDHHMMSS_P#.WAV. Some expectations are:

  • All parts of the same multi-part interview will share the same “YYYYMMDDHHMMSS” base name.
  • The ordering of the parts will be determined by the number after P:
    • E.g.: YYYYMMDDHHMMSS_P1.WAV, YYYYMMDDHHMMSS_P2.WAV
  • The total number of parts will not exceed 9.

With these assumptions, these multi-part WAV files will need to be merged into 1 WAV files before sending for transcription.

@dheshanm dheshanm added the enhancement New feature or request label Feb 12, 2024
@dheshanm dheshanm self-assigned this Feb 12, 2024
@dheshanm dheshanm linked a pull request Feb 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant