本文分析的是linux-5.4.3 一.Gadget Audio设备驱动分析 drivers/usb/gadget/legacy/audio.c 因为项目的问题, 了解usb音频设备的工作原理,为啥它能让PC识别成“speak”或者“mic”,以及你能够播放录音。 主要涉及下面两个层次: Gadge ...
分类:
系统相关 时间:
2021-02-05 10:41:11
阅读次数:
0
config.php文件里面定义框架目录常量 解析URL中的model,control,action 根据URL解析后的control,new出control, new $control(); new ReflectionMethod检测action权限 call_user_func_array执行 ...
分类:
Web程序 时间:
2021-02-03 11:01:10
阅读次数:
0
code macname@MacdeMacBook-Pro zipfiles % cat test.sh #!/bin/bash ZIP_FILES=$(ls *.zip) for zip_file in $ZIP_FILES; do unzip $zip_file done macname@Mac ...
分类:
系统相关 时间:
2021-02-01 11:49:14
阅读次数:
0
1、需要的工具软件:Virtual Audio Cable 4.64 Retail.rar,afsk1200dec.exe 2、安装Virtual Audio Cable 3、设置Virtual Audio Cable,使播放和录制默认通道都为 LINE1 4、打开 afsk1200decoer软件 ...
分类:
其他好文 时间:
2021-01-28 12:23:19
阅读次数:
0
官网地址: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 性能诊断工具: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 负载测试和压力测试: https://www.books ...
分类:
Web程序 时间:
2021-01-16 12:01:24
阅读次数:
0
code #follow_order_information_page_driver.get("选择非企业员工").click() #element = follow_order_information_page_driver.get("选择非企业员工") #charome.execute_scri ...
分类:
其他好文 时间:
2021-01-14 10:43:50
阅读次数:
0
后缀名 MIME名称*.3gpp audio/3gpp, video/3gpp*.ac3 audio/ac3*.asf allpication/vnd.ms-asf*.au audio/basic*.css text/css*.csv text/csv*.doc application/msword ...
分类:
其他好文 时间:
2021-01-05 11:42:32
阅读次数:
0
code # -*- coding:utf-8 -*- from flask import Flask from flask import request import hashlib import time import re import xml.etree.ElementTree as ET ...
分类:
微信 时间:
2020-12-29 11:45:23
阅读次数:
0
postman 学习记录 参考资料 Postman接口&压力测试 关于POSTMAN做并发压测 ...
分类:
其他好文 时间:
2020-12-29 11:37:24
阅读次数:
0
https://www.runoob.com/html/html-sounds.html audio播放音乐 最好的 HTML 解决方法 下面的例子使用了两个不同的音频格式。HTML5 <audio> 元素会尝试以 mp3 或 ogg 来播放音频。如果失败,代码将回退尝试 <embed> 元素。 < ...
分类:
其他好文 时间:
2020-12-29 11:18:11
阅读次数:
0