v1.7.1: fix send audio (#771)

* screen -> display

* Add AUDIO_CODEC_DEFAULT_MIC_GAIN

* WebRTC -> NSNet

* fix: send audio priority
This commit is contained in:
Xiaoxia
2025-06-06 14:03:46 +08:00
committed by GitHub
parent b18dda3f2f
commit 8729fad9a8
16 changed files with 25 additions and 21 deletions

View File

@@ -13,6 +13,7 @@
#define AUDIO_CODEC_DMA_DESC_NUM 6
#define AUDIO_CODEC_DMA_FRAME_NUM 240
#define AUDIO_CODEC_DEFAULT_MIC_GAIN 36.0
class AudioCodec {
public: