Skip to content

Commit

Permalink
Merge branch 'docs/update_pwm_audio_chip_support_range' into 'master'
Browse files Browse the repository at this point in the history
docs(pwm_audio): update chip support for pwm_audio component

Closes DOC-9736

See merge request ae_group/esp-iot-solution!1194
  • Loading branch information
leeebo committed Jan 6, 2025
2 parents ef19f4a + c276aa5 commit b3e4336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/en/audio/pwm_audio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ PWM Audio
==============
:link_to_translation:`zh_CN:[中文]`

================== =========== =============== =============== =============
Supported Socs ESP32 ESP32-S2 ESP32-S3 ESP32-C3
================== =========== =============== =============== =============

The PWM audio function uses the internal LEDC peripheral in ESP32 to generate PWM audio, which does not need an external audio Codec chip. This is mainly used for cost-sensitive applications with low audio quality requirements.
The PWM audio function uses the internal LEDC peripheral in the ESP32 series chips to generate PWM audio, which does not need an external audio Codec chip. This is mainly used for cost-sensitive applications with low audio quality requirements.

Features
----------------
Expand Down
6 changes: 1 addition & 5 deletions docs/zh_CN/audio/pwm_audio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ PWM 音频
==============
:link_to_translation:`en:[English]`

================== =========== =============== =============== =============
支持的芯片 ESP32 ESP32-S2 ESP32-S3 ESP32-C3
================== =========== =============== =============== =============

PWM 音频功能使用 ESP32 内部的 LEDC 外设产生 PWM 播放音频,无需使用外部的音频 Codec 芯片,适用于对音质要求不高而对成本敏感的应用。
PWM 音频功能使用 ESP32 系列芯片的内部 LEDC 外设产生 PWM 播放音频,无需使用外部的音频 Codec 芯片,适用于对音质要求不高而对成本敏感的应用。

特性
------
Expand Down

0 comments on commit b3e4336

Please sign in to comment.