From 3b9e95dc1a0202f73517db44de8d1e3355da46c7 Mon Sep 17 00:00:00 2001 From: jorgenkraghjakobsen Date: Sun, 31 May 2020 01:04:27 +0200 Subject: [PATCH] task list update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f1622..2252052 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Android : snapclient from the app play store * kconfig * add codec description - [ ] Integrate ESP wifi provision -- [ ] Find and connect to Avahi broadcasted Snapcast server name +- [ok] Find and connect to Avahi broadcasted Snapcast server name - [ ] Add a client command interface layer like volume/mute control - [ ] Build a ESP-ADF branch + +## Minor task +- Propergate mute/unute from server message to DSP backend mute control. + - soft mute - play sample in buffer with decresing volume + - hard mute - pass on zero at the DSP hackend +- Startup: do not start parsing on samples to codec before sample ring buffer hits requested buffer size.