This commit is contained in:
@@ -41,7 +41,7 @@ static TaskHandle_t s_task = NULL;
|
||||
|
||||
/* --- Gain numerique SCO (avec saturation) --- */
|
||||
#define SCO_PLAY_GAIN 4 /* downlink : PCM mobile -> ecouteur */
|
||||
#define SCO_MIC_GAIN 4 /* uplink : micro -> mobile */
|
||||
#define SCO_MIC_GAIN 2 /* uplink : micro -> mobile */
|
||||
static inline int16_t sat16(int32_t v)
|
||||
{
|
||||
if (v > 32767) return 32767;
|
||||
|
||||
Reference in New Issue
Block a user