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

Output Stereo #67

Open
ytsrt66589 opened this issue Dec 27, 2024 · 1 comment
Open

Output Stereo #67

ytsrt66589 opened this issue Dec 27, 2024 · 1 comment

Comments

@ytsrt66589
Copy link

Thanks for your amazing package!

I'm currently trying to use this package to align my multi-tracks audio with its mixture. However, I face the problem that the output file for mixture is always mono. Is that possible to keep the mixture be stereo?

Thanks a lot.

@iver56
Copy link

iver56 commented Dec 27, 2024

Here's a workaround: If you install fast-align-audio and get the offset (which denotes the amount of samples the delayed_signal is delayed compared to the reference signal) from audalign, you can align your mixture (and keep it in stereo) like this:

aligned_audio, gaps = fast_align_audio.align_delayed_signal_with_reference(
    reference, delayed, offset=offset
)

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