-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Hackathon 7th No.55] Add audiotools
to PaddleSpeech
#3900
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
_original_num_channels = None | ||
_padded_signal_length = None | ||
|
||
# def _preprocess_signal_for_windowing(self, window_duration, hop_duration): |
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.
why there are so many code annotations?
class AudioSignal( | ||
EffectMixin, | ||
LoudnessMixin, | ||
# PlayMixin, |
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.
why this line annotated?
|
开发者你好,感谢你的参与!由于你的黑客松赛题完成度较高,其PR已被锁定,请尽快完善锁定的PR,并确保在2025年1月3日前完成合入。逾期未合入PR将无法获得奖金发放。 |
PR types
New features
PR changes
APIs
Describe
在
audio/audiotools/audio_signal.py
中,注释中打✅的均为通过测试的方法,打❌的为未通过 | 未适配当前进度