This repository was archived by the owner on Nov 1, 2024. It is now read-only.
AudioGen - Implemented Activities Audio Generation [DRAFT PR]#120
Open
Nate8888 wants to merge 58 commits intofacebookresearch:mainfrom
Open
AudioGen - Implemented Activities Audio Generation [DRAFT PR]#120Nate8888 wants to merge 58 commits intofacebookresearch:mainfrom
Nate8888 wants to merge 58 commits intofacebookresearch:mainfrom
Conversation
Author
|
Hi, @jfResearchEng! Let me know if there are any changes you would like me to make. I had to use my branch from the previous PR as a base to get all the support features. If it becomes hard to review, we can merge PR 117 and then I can rebase it on main or a different branch so you can only see the appropriate diff content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces several new features to the Audiogen tool, aimed at enhancing the audio generation capabilities for our users. The new functionalities allow users to generate audio based on provided activities. The new feature list is as follows:
.icscalendar file..icscalendar file.Type of change
Feature/Issue validation/testing
To validate the changes, the script was executed with various options. Here are the validation/testing results:
Test A - Single Description, Default Settings
Test B - Single Activity list, Default Settings
Unit Test / Integration Test (UT/IT) execution results
tests/test_main.py::test_single_description PASSED
tests/test_main.py::test_activity_to_sound PASSED
2 passed in 164.70s (0:02:44)
Checklist: