mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Fix format issues.
This commit is contained in:
parent
70ee950788
commit
3155224e41
@ -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: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:`pcm_config` : configures the audio signals fed through :cpp:func:`feed` :
|
||||||
* :cpp:member:`total_ch_num` : total number of channels
|
- :cpp:member:`total_ch_num` : total number of channels
|
||||||
* :cpp:member:`mic_num` : number of mic channels
|
- :cpp:member:`mic_num` : number of mic channels
|
||||||
* :cpp:member:`ref_num` : number of REF 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` .
|
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
|
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` .
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
AEF 声学前端算法框架
|
AFE 声学前端算法框架
|
||||||
====================
|
====================
|
||||||
|
|
||||||
:link_to_translation:`en:[English]`
|
:link_to_translation:`en:[English]`
|
||||||
@ -159,6 +159,7 @@ AFE 双麦配置
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
AFE 的输出音频为单通道数据:
|
AFE 的输出音频为单通道数据:
|
||||||
|
|
||||||
* 语音识别场景:在 WakeNet 开启的情况下,输出有目标人声的单通道数据
|
* 语音识别场景:在 WakeNet 开启的情况下,输出有目标人声的单通道数据
|
||||||
* 语音通话场景:输出信噪比更高的单通道数据
|
* 语音通话场景:输出信噪比更高的单通道数据
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user