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 should I extract the features of noisy speech after mixing? #1202

Open
huhuqwaszxedc opened this issue Nov 1, 2023 · 1 comment
Open

Comments

@huhuqwaszxedc
Copy link

Hello, My Cutset was obtained by Cutset.mix, so all of them are Mixcut. I used compute_and_store_features_batch function, the features of the output Cutset only contain the features of the first track (i.e. the source audio). If I want to obtain the features of noisy speech after mixing, how should I extract them?
Thank you very much for your work!

@desh2608
Copy link
Collaborator

desh2608 commented Nov 1, 2023

By default, it should already extract features for the "mixed" speech, not just the first track. The compute_and_store_features_batch calls load_audio internally which has mixed=True set by default (

def load_audio(
). If this is not the case for you, you may need to use pdb to step through the code and see where it is failing.

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

2 participants