PawnMa

Results 2 issues of PawnMa

目前box_audio_codec.cc中关于音频采样的设置如下 ``` void BoxAudioCodec::EnableInput(bool enable) { if (enable == input_enabled_) { return; } if (enable) { esp_codec_dev_sample_info_t fs = { .bits_per_sample = 16, .channel = 4, .channel_mask = ESP_CODEC_DEV_MAKE_CHANNEL_MASK(0), .sample_rate...

Run build.cmd success but error with opening Blocks.uproject and thanks :)

bug