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

How to solve the problem of 'same sound, different name', where notes with different pitches under different keys sound the same? #120

Closed
Chunyuan-Li opened this issue Apr 27, 2023 · 0 comments

Comments

@Chunyuan-Li
Copy link

I noticed that during model training and generation, audio is split into multiple independent parts and generated based on a greedy strategy. However, in reality, there may be cases of 'same sound, different name', where notes with different pitches under different keys sound the same, and the independent splitting approach ignores this information because one independent part cannot see other parts. This results in generated MIDI that sounds very authentic, but with many incorrect notes. Is there a way to solve 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

No branches or pull requests

1 participant