FabGL
ESP32 Display Controller and Graphics Library
|
bool play | ( | bool | value | ) |
Starts or stops playing.
value | True = starts playing, False = stops playing |
Example:
soundGenerator.play(true);
Definition at line 644 of file soundgen.cpp.