# pangu_player **Repository Path**: yocop/pangu_player ## Basic Information - **Project Name**: pangu_player - **Description**: {"name": "pangu_player", "license": "", "versions": "v7.4.0", "depends": ["csi", "minilibc", "aos", "rhino", "console", "chip_pangu", "netmgr", "drivers", "drv_snd_pangu", "drv_sdmmc", "drv_wifi_rtl8723ds", "pangu_cpu0", "minialsa", "ipc", "posix", "lwip", "voice", "posix", "av", "kv", "cjson", "button", "mbedtls", "vfs", "sec_crypto", "http"], "type": "solution", "description": "盘古播放相关的测试例子"} - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-19 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 基于`pangu`芯片的player demo # 编译 ```bash make clean;make ``` # 烧录 ``` cp gdbinit .gdbinit ``` 修改IP地址,IP地址从DebugServer处获取。 ``` target remote 192.168.56.1:1025 ``` ```bash make flashall ``` # 命令 命令通过串口cli输入。 ## 停止播放 ``` player stop ``` **开始播放之前需要先停止上一次的播放** ## 播放内置歌曲 ``` player start pf ``` ## 播放网络歌曲 ``` player start http://xx.xx.xx.xx/hello.mp3 ```