Merge branch 'master' of git@github.com:CarlosDerSeher/snapclient.git into NETCONN

This commit is contained in:
Karl Osterseher
2022-12-22 18:02:31 +01:00
Unverified
2 changed files with 3 additions and 4 deletions

View File

@@ -117,8 +117,7 @@ SemaphoreHandle_t timeSyncSemaphoreHandle = NULL;
#if CONFIG_USE_DSP_PROCESSOR
#if CONFIG_SNAPCLIENT_DSP_FLOW_STEREO
// dspFlows_t dspFlow = dspfStereo; // dspfBiamp; // dspfStereo; //
// dspfBassBoost;
dspFlows_t dspFlow = dspfStereo; // dspfBiamp; // dspfStereo; // dspfBassBoost;
#endif
#if CONFIG_SNAPCLIENT_DSP_FLOW_BASSBOOST
dspFlows_t dspFlow = dspfBassBoost;