mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 01:45:46 -04:00
Recovered_ALC_Mic_Feature_AK4953_OK_WM8731
This commit is contained in:
parent
840da4c685
commit
379ad6dbf0
7 changed files with 368 additions and 110 deletions
|
@ -168,8 +168,8 @@ void speaker_mute() {
|
|||
|
||||
namespace input {
|
||||
|
||||
void start() {
|
||||
audio_codec->microphone_enable();
|
||||
void start(int8_t alc_mode) {
|
||||
audio_codec->microphone_enable(alc_mode); // added user-GUI selection for AK4951, ALC mode parameter.
|
||||
i2s::i2s0::rx_start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue