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

add python samples for long audio voice conversion #1822

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

Conversation

lonely6ice
Copy link
Contributor

Purpose

  • The voice conversion(VC) service has a limitation on the length of input audio(should less than 3 minutes)
  • This sample provides a way to convert long audio(longer than 3 minutes):
    1. First use the speech recognition service to split the long audio
    2. Then convert each voiced segment by the voice conversion service separately
    3. Finally merge back into one long audio

Pull Request Type

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

@lonely6ice
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

@yulin-li
Copy link
Contributor

yulin-li commented Feb 3, 2023

hold on

Copy link
Contributor

@yulin-li yulin-li left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need more internal discussion before merging this.

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.

None yet

2 participants