Merge branch 'docs/fix_formats' into 'master'

Fix format issues.

See merge request speech-recognition-framework/esp-sr!36
This commit is contained in:
Sun Xiang Yu 2023-04-21 10:44:11 +08:00
commit 6109ee353e
2 changed files with 6 additions and 5 deletions

View File

@ -295,9 +295,9 @@ The usage of AEC is similar to that of WakeNet. Users can disable or enable AEC
- :cpp:enumerator:`AFE_MN_PEAK_NO_AGC` : feed original audio signals to MultiNet.
- :cpp:member:`pcm_config` : configures the audio signals fed through :cpp:func:`feed` :
* :cpp:member:`total_ch_num` : total number of channels
* :cpp:member:`mic_num` : number of mic channels
* :cpp:member:`ref_num` : number of REF channels
- :cpp:member:`total_ch_num` : total number of channels
- :cpp:member:`mic_num` : number of mic channels
- :cpp:member:`ref_num` : number of REF channels
There are some limitation when configuring these parameters. For details, see Section :ref:`input-audio-1` .
@ -319,7 +319,7 @@ The usage of AEC is similar to that of WakeNet. Users can disable or enable AEC
Feed Audio Data
^^^^^^^^^^^^^^^
After initializing AFE, users need to input audio data into AFE by :cpp:func: `feed` function for processing. The format of input audio data can be found in Section :ref:`input-audio-1` .
After initializing AFE, users need to input audio data into AFE by :cpp:func:`feed` function for processing. The format of input audio data can be found in Section :ref:`input-audio-1` .
::

View File

@ -1,4 +1,4 @@
AEF 声学前端算法框架
AFE 声学前端算法框架
====================
:link_to_translation:`en:[English]`
@ -159,6 +159,7 @@ AFE 双麦配置
--------
AFE 的输出音频为单通道数据:
* 语音识别场景:在 WakeNet 开启的情况下,输出有目标人声的单通道数据
* 语音通话场景:输出信噪比更高的单通道数据