摘要: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sysreport/ install git clone https://github.com/ArmDeveloperEcosystem/sysreport.git a 阅读全文
posted @ 2025-02-24 00:59 LiYanbin 阅读(21) 评论(0) 推荐(0)
摘要: G711 采样率8000,每个采样点以8位编码,编码速率为64Kbps 传输速率(带宽): 如果以20ms打包(打包的意思就是将采样到的数据通过网络传输出去,所以实际的带宽计算要加上各种包头) 那么就是每秒50个包,每个包有160个采样点(采样频率为8000,那么1ms的采样个数为8000/1000 阅读全文
posted @ 2025-02-24 00:58 LiYanbin 阅读(33) 评论(0) 推荐(0)