-
Notifications
You must be signed in to change notification settings - Fork 134
fix: 降采样后的文件有噪声 #90
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
fix: 降采样后的文件有噪声 #90
Conversation
|
@mingzhi22 why? |
|
|
I'll let @dpopp07 decide |
|
Hi @mingzhi22
However, I am not fully convinced that your fix is what we want (probably because of my lack of understanding), although it certainly solves the "out of range" problem. Could you please post your use-case, an example, or just an explanation of why you are changing the loop to end at |
|
I'm not sure this change is correct. The first loop needs to iterate over the elements in the output buffer, since it is producing the output samples from the input samples. Also, are you sure |
Hi @daniel-bolanos. The capacity of |
|
hi @dpopp07 @daniel-bolanos, here is my user-case. Download and run |
|
@mingzhi22 sorry for the delay I didn't see your comment before. @dpopp07 can you check if running the audio from @mingzhi22 you run in the |
|
@mingzhi22 Thanks! |
germanattanasio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After some digging, I think this looks good.
Sorry for the delay!
|
🎉 This PR is included in version 0.35.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Checklist
npm testpasses (tip:npm run autofixcan correct most style issues)