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

Add a description of supporting audio types #3503

Open
wants to merge 1 commit into
base: release/3.0-rc
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Related methods, parameters, and explanations are as follows:
<ul>
<li><b>File Path</b>, such as the local path of an audio file: <code>/root/data/audio.wav</code></li>
<li><b>URL Link</b>, such as the network URL of an audio file: <a href="https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav">Example</a></li>
<li><b>File type</b>, support wav and pcm audio type.</li>
</ul>
</td>
<td>None</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ for res in output:
<ul>
<li><b>文件路径</b>,如语音文件的本地路径:<code>/root/data/audio.wav</code></li>
<li><b>URL链接</b>,如语音文件的网络URL:<a href = "https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav">示例</a></li>
<li><b>文件类型</b>,目前支持 wav 和 pcm 类型的语音文件。</li>
</ul>
</td>
<td>无</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ In the above Python script, the following steps are executed:
<ul>
<li><b>File path</b>, such as the local path of an audio file: <code>/root/data/audio.wav</code></li>
<li><b>URL link</b>, such as the network URL of an audio file: <a href="https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav">Example</a></li>
<li><b>File type</b>, support wav and pcm audio type.</li>
</ul>
</td>
<td><code>None</code></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ for res in output:
<ul>
<li><b>文件路径</b>,如语音文件的本地路径:<code>/root/data/audio.wav</code></li>
<li><b>URL链接</b>,如语音文件的网络URL:<a href = "https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav">示例</a></li>
<li><b>文件类型</b>,目前支持 wav 和 pcm 类型的语音文件。</li>
</ul>
</td>
<td><code>None</code></td>
Expand Down