FabGL
ESP32 Display Controller and Graphics Library

◆ SoundGenMethod

enum class SoundGenMethod
strong

Specifies sound generation method.

Enumerator
DAC 

Use DAC. Available on gpio 25 or 26. Very low resources occupation.

SigmaDelta 

Use Sigma-Delta. Available on almost all GPIO pins. Requires a lot of CPU power for high sample rates.

Auto 

Use DAC when video output is VGA, use SigmaDelta when video output is Composite.

Definition at line 328 of file soundgen.h.