Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
New Tech
>
IoT/Edge Computing
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
322
Star
1.8K
Fork
456
GVP
合宙Luat
/
LuatOS
Code
Issues
57
Pull Requests
0
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
[🐛Bug]: 780EPV拨打电话后播放音频 只有噪音
Done
#IAIQG6
后来
Opened this issue
2024-08-08 15:13
### 描述一下这个bug / Describe the bug 使用780EPV拨打电话后播放指定音频失败 ### 复现步骤 / To Reproduce ``` //开机执行代码注册媒体通道 cc.init(0); //... // 触发 拨打电话 cc.dial(0, data.telNo); // 监听通话事件 sys.subscribe("CC_IND", function(status) //... //在通话开始中 if status == "SPEECH_START" then //... // 以下的都不能用 audio.play(0,"/luadb/call.mp3") // audio.play(0,"FILE","/luadb/call.mp3",5,nil,true) // audio.play(0,"FILE","/lua/call.mp3",5,nil,true) end //... end 测试过使用 不过返回false // audio.start(0, audio.MP3, 1, 16000, 32) ``` ### 如果正常,应该是什么样 / Expected behavior 780EPV拨打电话后播放音频 ### 截图 / Screenshots  ### 日志 / Logs [2024-08-08 15:12:00.383][000000000.010] BSP_CustomInit 503:io level 3 [2024-08-08 15:12:00.389][000000000.011] Uart_ChangeBR 1271:uart0, 6000000 6028985 26000000 69 [2024-08-08 15:12:00.395][000000000.026] poweron: Power/Reset [2024-08-08 15:12:00.400][000000000.194] LuatOS@EC718PV base 23.11 bsp V1002 32bit [2024-08-08 15:12:00.404][000000000.194] ROM Build: Jul 4 2024 15:00:42 [2024-08-08 15:12:00.411][000000000.198] loadlibs luavm 163832 13032 13032 [2024-08-08 15:12:00.415][000000000.198] loadlibs sys 253648 87512 88700 [2024-08-08 15:12:00.419][000000000.573] self_info 128:model Air780EPV_A11 imei 864814075911734 [2024-08-08 15:12:01.722][000000001.924] soc_cms_proc 1733:cenc report 1,51,1,15 [2024-08-08 15:12:03.929][000000004.165] dns_run 668:sms.dedaolm.com state 0 id 1 ipv6 0 use dns server0, try 0 [2024-08-08 15:12:03.987][000000004.219] dns_run 685:dns all done ,now stop [2024-08-08 15:12:05.042][000000005.270] --------------------CC_IND----------------: READY [2024-08-08 15:12:08.104][000000008.343] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:08.115][000000008.344] --------------------CC_IND----------------: INCOMINGCALL [2024-08-08 15:12:08.124][000000008.344] CALL FROM 15638679880 [2024-08-08 15:12:08.135][000000008.367] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:08.411][000000008.651] luat_audio_speech 678:save rx len 0 [2024-08-08 15:12:08.426][000000008.652] --------------------CC_IND----------------: SPEECH_START [2024-08-08 15:12:08.436][000000008.653] --------------------CC_IND----------------: ANSWER_CALL_DONE [2024-08-08 15:12:18.487][000000018.729] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:18.491][000000018.730] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:18.493][000000018.730] --------------------CC_IND----------------: HANGUP_CALL_DONE [2024-08-08 15:12:18.535][000000018.765] soc_cms_proc 1733:cenc report 1,38,1,7 ### PACK包版本 / Version LuatOS@EC718PV base 23.11 bsp V1002 32bit ### 验证 - [x] 检查过该问题,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [x] 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug. - [x] 已经提供了完整的报错信息、日志、截图,没有经过删减。
### 描述一下这个bug / Describe the bug 使用780EPV拨打电话后播放指定音频失败 ### 复现步骤 / To Reproduce ``` //开机执行代码注册媒体通道 cc.init(0); //... // 触发 拨打电话 cc.dial(0, data.telNo); // 监听通话事件 sys.subscribe("CC_IND", function(status) //... //在通话开始中 if status == "SPEECH_START" then //... // 以下的都不能用 audio.play(0,"/luadb/call.mp3") // audio.play(0,"FILE","/luadb/call.mp3",5,nil,true) // audio.play(0,"FILE","/lua/call.mp3",5,nil,true) end //... end 测试过使用 不过返回false // audio.start(0, audio.MP3, 1, 16000, 32) ``` ### 如果正常,应该是什么样 / Expected behavior 780EPV拨打电话后播放音频 ### 截图 / Screenshots  ### 日志 / Logs [2024-08-08 15:12:00.383][000000000.010] BSP_CustomInit 503:io level 3 [2024-08-08 15:12:00.389][000000000.011] Uart_ChangeBR 1271:uart0, 6000000 6028985 26000000 69 [2024-08-08 15:12:00.395][000000000.026] poweron: Power/Reset [2024-08-08 15:12:00.400][000000000.194] LuatOS@EC718PV base 23.11 bsp V1002 32bit [2024-08-08 15:12:00.404][000000000.194] ROM Build: Jul 4 2024 15:00:42 [2024-08-08 15:12:00.411][000000000.198] loadlibs luavm 163832 13032 13032 [2024-08-08 15:12:00.415][000000000.198] loadlibs sys 253648 87512 88700 [2024-08-08 15:12:00.419][000000000.573] self_info 128:model Air780EPV_A11 imei 864814075911734 [2024-08-08 15:12:01.722][000000001.924] soc_cms_proc 1733:cenc report 1,51,1,15 [2024-08-08 15:12:03.929][000000004.165] dns_run 668:sms.dedaolm.com state 0 id 1 ipv6 0 use dns server0, try 0 [2024-08-08 15:12:03.987][000000004.219] dns_run 685:dns all done ,now stop [2024-08-08 15:12:05.042][000000005.270] --------------------CC_IND----------------: READY [2024-08-08 15:12:08.104][000000008.343] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:08.115][000000008.344] --------------------CC_IND----------------: INCOMINGCALL [2024-08-08 15:12:08.124][000000008.344] CALL FROM 15638679880 [2024-08-08 15:12:08.135][000000008.367] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:08.411][000000008.651] luat_audio_speech 678:save rx len 0 [2024-08-08 15:12:08.426][000000008.652] --------------------CC_IND----------------: SPEECH_START [2024-08-08 15:12:08.436][000000008.653] --------------------CC_IND----------------: ANSWER_CALL_DONE [2024-08-08 15:12:18.487][000000018.729] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:18.491][000000018.730] --------------------CC_IND----------------: PLAY [2024-08-08 15:12:18.493][000000018.730] --------------------CC_IND----------------: HANGUP_CALL_DONE [2024-08-08 15:12:18.535][000000018.765] soc_cms_proc 1733:cenc report 1,38,1,7 ### PACK包版本 / Version LuatOS@EC718PV base 23.11 bsp V1002 32bit ### 验证 - [x] 检查过该问题,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [x] 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug. - [x] 已经提供了完整的报错信息、日志、截图,没有经过删减。
Comments (
6
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Declined
Assignees
Not set
Labels
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (22)
Tags (199)
master
g711
f_pm
dhcpsrv
httpplus_speed_limit
nw_get_default
temp_websocket
ulwip_udcpc_one2all
aliyun_lib
revert-merge-126-master
log_nomem
network_ipv6_disabled
idf5_mbedtls
mbedtls_idf5
base_esp32c3_V000x
feature_ufont
restruct_components
feature_luf
lvgl_without_anim
Branch_f1c200s_beta
add_lvgl711
new_include
v1006.bk72xx.release
v1116.ec618.release
v2014.ec7xx.release
v2013.ec7xx.rc5
v2006.pc.release
v2013.ec7xx.rc4
v2013.ec7xx.rc2
v2013.ec7xx.rc1
v2005.pc.release
v1001.rda8910.r3
v1002.air795ug.release
v2012.ec7xx.release
v2011.ec7xx.rc0
v2010.ec7xx.release
v1115.ec618.rc0
v1115.ec618.release
v1001.rda8910.release
v2008.ec7xx.release
v2008.ec7xx.rc1
v1114.ec618.release
v4033.release.rda8910
v2008.ec7xx.rc0
v1004.air8101.release
v2007.ec7xx.release2
v1114.ec618.rc1
v2007.ec7xx.rc1
v2007.ec7xx.release
v1004.bk72xx.rc0
v2006.ec7xx.release
v2006.ec7xx.rc1
v2006.ec7xx.rc0
v1114.ec618.rc0
v1003.air8101.release
v2005.ec7xx.release
v2005.ec7xx.rc0
v1113.ec7xx.release
v2001.release.pc
v2004.ec7xx.release
V1002.air8101
V10002.air8101
v2003.Air780EPM.release
v2003.ec7xx.release
v1113.ec618.release
v2002.ec7xx.release
v2002.Air201.release
v2001.ec7xx.release
v1003.ec7xx.rc1
v1003.ec7xx.release
v1112.ec618.release
v1111.ec618.rc1
v1111.ec618.release
v0007.air105.v1020
v1007.esp32c3
v1007.esp32s3
v1020.air105
v1024.air101
v1024.air103
v1024.air601
v1025.air101
v1025.air103
v1025.air601
v1002.ec7xx.rc1
v1002.ec7xx.release
v1110.ec618.rc1
v1110.ec618.release
v1023.air101
v1023.air103
v1023.air601
v1001.ec7xx.release
v1109.ec618.release
v1000.ec7xx
v0007.ec718pv.v0001_beta
v1006.esp32c3
v1006.esp32s3
v0009.uis8850bm.beta
v1022.air101
v1022.air103
v1022.air601
v0007.ec718p.v0001
v0001.ec7xx.beta
v1108.ec618.rc1
v1108.ec618.release
v1021.air101
v1021.air103
v1021.air601
v1021.xt804
v1005.esp32xx
v1020.air601
soc_script-v2023.07.25.10
v0007.air105.v0016
v0007.air101.v0017
v0007.air103.v0017
v0007.ec618.v1107
v0007.ec618.v1107.rc0
v0007.ec618.v1106
v0007.air101.v0016
v0007.air103.v0016
v0007.air105.v0015
v0007.esp32c3.v1004
v0007.esp32s3.v1004
v0007.ec618.v1105
v0007.ec618.v1104
v0007.esp32c3.v1003
v0007.esp32s3.v1003
v0007.air105.v0014
v0007.ec618.v1103
v0007.esp32c3.v1002
v0007.esp32s3.v1002
v0007.air101.v0015
v0007.air103.v0015
v0007.air105.v0013
v0007.ec618.v1002
v0007.air105.v0012
base_22.11
v0007.ec618.v1001
v0007.air101.v0014
v0007.air103.v0014
esp32c3_V0004.final
v0007.air101.v0013
v0007.air103.v0013
v0007.esp32c3.v1001
v0007.air105.v0011
base_22.09
v0007.air105.v0010
v0007.air101.v0012
v0007.air103.v0012
v0007.air302.v0013
v0007.air302.v0012
v0007.air101.v0011
v0007.air103.v0011
v0007.air105.v0009
v0007.win32.v0002
v0007.air101.v0010
v0007.air103.v0010
v0007.air105.v0008
v0007.win32.v0001
v0007.air101.v0009
v0007.air103.v0009
v0007.air105.v0007
v0007.air302.v0011
v0007.sysp.v0002
v0007.sysp.v0001
v0007.air101.v0008
v0007.air103.v0008
v0007.air105.v0006
v0007.air105.v0005
v0007.air105.v0004
v0007.air640w.v0007
v0007.air101.v0007
v0007.air103.v0007
v0007.air105.v0003
v0007.air105.v0002
v0007.air101.v0006
v0007.air103.v0006
v0007.air302.v0010
v0007.air105.v0001
v0007.air103.v0005
v0007.air101.v0005
v0007.air302.v0009
v0007.air101.v0004
v0007.air103.v0004
v0007.air302.v0008
v0007.air103.v0003
v0007.air101.v0003
v0007.air101.v0002
v0007.air302.v0007
v0007.air101.v0001
v0006.release
v0006.beta8
v0006.beta7
v0006.beta6.air302
v0006.beta5.air302
v0006.beta4.air302
v0006.beta3.air302
v0006.beta2.air302
v0005.release
v0005_beta6_air302
v0005_beta4_air302
v0005_beta3_air302
v0005_beta1_air640w
v0005_beta2_air302
v0005_beta1
v0005_beta1_air302
v0004
v0004_air302
V0003_Air640w_release
v0003.20201015
V0003_Air640w_preview
v0003_air302_preview
v0003_air302_preview2
v0002_air640w
v0002_air302
V0002_preview
v1.0.0
v0.1.5
v0.1.3
v0.1.1
v0.1.0
v0.0.1
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(1)
Lua
1
https://gitee.com/openLuat/LuatOS.git
git@gitee.com:openLuat/LuatOS.git
openLuat
LuatOS
LuatOS
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register