This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -163,6 +163,8 @@ int test_wavplay(int argc, char **argv)
rt_device_control(snd_dev, AUDIO_CTL_START, (void *)&stream);
size = info->data_block.data_size;
/* Wait power amplifier stable */
rt_thread_mdelay(200); //This is an experience value
while (size > 0)
{