-
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
[Audio] Refactor paddleaudio to paddlespeech.audio #2007
Conversation
"kaldiio", "librosa==0.8.1", "loguru", "matplotlib", "nara_wpe", | ||
"onnxruntime", "pandas", "paddlenlp", "paddlespeech_feat", "praatio==5.0.0", | ||
"pypinyin", "pypinyin-dict", "python-dateutil", "pyworld", "resampy==0.2.2", | ||
"sacrebleu", "scipy", "sentencepiece~=0.1.96", "soundfile~=0.10", |
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.
依赖还是一行一个吧,现在看起来不太方便
TODO: merge audio docs. |
import requests | ||
import yaml | ||
from paddle.framework import load | ||
|
||
import paddlespeech.audio |
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.
这行是必须的吗?
|
||
import paddlespeech.audio |
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.
import paddlespeech.audio as pa
pa.save
pa.window.xxx
可以这样用吗?
|
||
import paddlespeech.audio |
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.
是否必须?
This pull request is now in conflict :( |
This pull request is now in conflict :( |
PR types
Others
PR changes
Others
Describe
Refactor paddleaudio to paddlespeech.audio