测试指南
30 Oct 2024
Read time: 1 minute(s)
测试用例 audio_player_demo 主要功能是播放 MP3 和 WAV 文件。以 audio_player_demo 为例,详细测试流程如下所示:
-
准备测试文件,确保测试文件满足播放器支持的文件格式要求。
录像支持的 mp4 封装,支持 DVP 输入源 和 文件输入源。
-
准备一张 SD 卡,将测试文件复制到 SD 卡上。
-
挂载 SD 卡。
插入 SD 卡启动,若启动后系统没有自动挂载 SD 卡,使用下面命令将 SD 卡挂在到根目录下:mount sd0/sd0p0 / elm
- "sd0 或 sd0p0":SD 卡设备节点
- "/" - 根目录
- "elm"-fat32 文件系统
-
运行 audio_player_demo。
Example1(test file for10time): audio_player_demo -i /mnt/audio/test.mp3 -l 10 Example2(test dir for1time): audio_player_demo -t /mnt/audio audio_player_demo -h #查看使用说明 -i input stream file name -t directory of test files -l loop time -h help --------------------------------------------------------------------------------------- -------------------------------control key while playing------------------------------- -------------------------------------------------------------------------------------- ('s'): stop current ('p'): pause ('r'): resume ('+'): volum+5 ('-'): volum-5 ('e'): eixt app
测试结果预期
WAV 和 MP3 文件播放正常。