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

feat/filter audio languages base in input #117

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Sgtfishtank
Copy link
Contributor

@Sgtfishtank Sgtfishtank commented Aug 22, 2023

So currently when we are generating audio sequences we are generating one for all languages present in the Vod, but when this library is used in conjunction with Eyevinn Channel Engine it might not be necessary. Channel engine specifies a list of languages that will be used, but the list is not passed to this library so we are creating potentially unnecessary segments.

This branch aims to solve that issue by accepting a list of audio languages in the options when creating a new instance of this library. The option is optional and if not provided all languages will be created. If the Vod doesn't contain any of the languages provided in the list, the first available one will be selected instead so as to not cause any problems when playing back the Vod.

@Sgtfishtank Sgtfishtank marked this pull request as ready for review August 23, 2023 15:33
@Sgtfishtank Sgtfishtank changed the title feat/use audio tracks feat/filter audio languages base in input Aug 24, 2023
@Sgtfishtank
Copy link
Contributor Author

What has been done?

  • added all the necessary tests.
  • implemented the functionality

What is left to do?

  • Fix remaining bugs
  • Rebase with master

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