Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Feature request: Implement WAV-playback
It would be great if something like https://nodemcu.readthedocs.io/en/master/modules/pcm/ could be implemented. There are a lot of possible applications:
- connected to a SIM800L or similar module, one can transmit voice messages (status, alarm, ...) which are better recognised than SMS (which can easily be overlooked)
- acustic feedback for devices without display
- Wifi-Speaker
- ...