platformio: add squelch, gain, profile defaults and mic / lineIn envs
audio_reactive.h: - add SR_SQUELCH, SR_GAIN and SR_FREQ_PROF - Set AGC default to 1 - Rename DMTYPE to SR_DMTYPE platformio.ini: - _base entries: remove env: - wemos_shield_esp32_4MB_max_base - add wemos_shield_esp32_4MB_ICS4343x_max - add wemos_shield_esp32_4MB_SPM1423_max - add wemos_shield_esp32_4MB_LineIn_max - update esp32_pico_4MB_max
This commit is contained in:
@@ -20,7 +20,7 @@ All parameters are runtime configurable though some may require hard boot after
|
||||
|
||||
If you want to define default GPIOs during compile time use the following (default values in parentheses):
|
||||
|
||||
- `DMTYPE=x` : defines digital microphone type: 0=analog, 1=generic I2S, 2=ES7243 I2S, 3=SPH0645 I2S, 4=generic I2S with master clock, 5=PDM I2S
|
||||
- `SR_DMTYPE=x` : defines digital microphone type: 0=analog, 1=generic I2S, 2=ES7243 I2S, 3=SPH0645 I2S, 4=generic I2S with master clock, 5=PDM I2S
|
||||
- `AUDIOPIN=x` : GPIO for analog microphone/AUX-in (36)
|
||||
- `I2S_SDPIN=x` : GPIO for SD pin on digital mcrophone (32)
|
||||
- `I2S_WSPIN=x` : GPIO for WS pin on digital mcrophone (15)
|
||||
|
||||
Reference in New Issue
Block a user