This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
AudioGen - Implemented Activities Audio Generation [DRAFT PR] #120
Open
Nate8888
wants to merge
58
commits into
facebookresearch:main
Choose a base branch
from
Nate8888:audiocraft-cal-to-audio
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Dec 1, 2023
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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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:
.ics
calendar file..ics
calendar 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: