-
Notifications
You must be signed in to change notification settings - Fork 40
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
can i use 128 as framesize when using model , if not, how can I do it ? #18
Comments
you can use any framesize you want, set it in denoise.c macro definition
…________________________________
发件人: zhuhao528 ***@***.***>
发送时间: 2023年8月30日 9:43
收件人: YongyuG/rnnoise_16k ***@***.***>
抄送: Subscribed ***@***.***>
主题: [YongyuG/rnnoise_16k] can i use 128 as framesize when using model , if not, how can I do it ? (Issue #18)
―
Reply to this email directly, view it on GitHub<#18>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7IVVVDC7AQVE6WALJNJ5LXX34MNANCNFSM6AAAAAA4EE6CS4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
ok thanks,I read a blog that helped me,this is the address https://codeantenna.com/a/pEQArF4zmR |
when modifing the frame_size to 128, should i modify eband5ms array as same time? /for 16K speech frame_size 128 files/ // hz[i]/4*(sample_rate/win_len) = hz[i]/250 向下取整 I round up when I calculate,is this right?Frequency range for boys is 100-200hz,girl is 200-350Hz,will this have a detrimental effect? |
no need actually, but you can do it as a experimentt. |
我可以在使用模型的时候使用帧长度为128吗,我看现有的模型是使用的帧长度是160。如果在使用模型的时候使用128帧长不合适,那么需要改网络训练的帧长,重新训练吗?
The text was updated successfully, but these errors were encountered: