当前位置:网站首页>Common bug precautions of audio control
Common bug precautions of audio control
2022-07-19 12:52:00 【ToneChip】
The platform code described in this article Only for a specific platform code , It's not universal
1. eliminate ring buf When caching if Judge
if(ring_buffer_get_fill_size(&audio_dac_ring_buffer))
ring_buffer_clear(&audio_dac_ring_buffer);
2.16bit Data mixing
void linein_mic_mix(short *in_mic, short *in_linein, short *mic_out)
{
int i = 0, x = 0;
for(i = 0; i < 256 * 2;)
{
x = (in_mic[i] + in_linein[i]);
// mic_out[i] = WORD2INT(x);
mic_out[i] = _lim(sat16, x);
i++;
}
}3. 24bit Data mixing
int32_t flash_read_dubbingData[LEADELITY_NN * 2] = {0}; //dubbing is stero
int32_t src[256 * 2] = {0};
for(i = 0; i < 256 * 2; i++)
{
src[i] = _lim(sat24, src[i] + flash_read_dubbingData[i]);
}边栏推荐
- When will the deflationary market reverse? How should we operate? 2020-03-13
- 面试难题:分布式 Session 实现难点,这篇就够!
- Return to risk ratio: the most important indicator of investment opportunities 2020-03-14
- July training (day 17) - breadth first search
- About the "bottom reading" mentality, it makes you exhausted 2020-03-15
- Go unit test
- Acwing4405. Statistical submatrix
- Mysql database tables add fields, delete fields, modify the arrangement of fields and other operations, but not soon
- 二叉树2—对称性递归问题
- Flask源码分析(三):上下文
猜你喜欢

Yunxi and Tencent cloud have reached a strategic cooperation to accelerate the expansion of the global live broadcast market

Day 4 homework

脉冲函数、阶跃函数和斜坡函数及脉冲响应

The leader of the new generation of cloud database -- AWS

全球金融危机来袭,如何科学理性投资?2020-03-17

第四天作業

10分钟自定义搭建行人分析系统,检测跟踪、行为识别、人体属性All-in-One!

Preparation Notes: Matplotlib learning notes a

S32K148_CAN驱动(裸机开发)

超声波传感器(CHx01) 学习笔记 Ⅲ - I2C读写操作
随机推荐
Differences between get requests and post requests and usage examples
Harmonyos quick start: Hello World
When will the deflationary market reverse? How should we operate? 2020-03-13
Mysql database tables add fields, delete fields, modify the arrangement of fields and other operations, but not soon
Notes on the fifth day
HICP first day notes
超声波传感器(CH101&ch201) - Ⅱ
Opencv based on DLCO descriptor matching
2022 low voltage electrician examination questions and online simulation examination
Ultrasonic sensor (ch101 & ch201) - I
RingBuffer
Hcip fourth day notes
Equivalent domain name
Swiftui data persistence in swift, different methods of saving data
Acwing4405. Statistical submatrix
收益风险比:投资机会最重要指标 2020-03-14
Yu Meimei, Ji Gongdu
R language -- principle of Cox model calibration curve (I) data source
Yunxi focuses on store broadcast solutions to accelerate global layout
Travail du quatrième jour