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

Is the condition for the 'mono' function correct? #107

Open
yuioqp opened this issue Feb 5, 2024 · 1 comment
Open

Is the condition for the 'mono' function correct? #107

yuioqp opened this issue Feb 5, 2024 · 1 comment

Comments

@yuioqp
Copy link

yuioqp commented Feb 5, 2024

if num_channels == 1:
signal = signal.to_mono()

I see mono is to get the mean value across different channels,why we do this when the channel num_channels is 1? Is there any reasons?

@listener17
Copy link

@yuioqp do you know how to read in a stereo audio dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants