码迷,mamicode.com
首页 >  
搜索关键字:audio sprite    ( 2890个结果
使用虚拟声卡 AFSK1200 解码 APRS 信号
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
selenium 点击元素的三种方法
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类型
后缀名 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
python3 flask 微信公众号消息接收测试代码
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
audio 音乐自动播放,循环播放,隐藏等
https://www.runoob.com/html/html-sounds.html audio播放音乐 最好的 HTML 解决方法 下面的例子使用了两个不同的音频格式。HTML5 <audio> 元素会尝试以 mp3 或 ogg 来播放音频。如果失败,代码将回退尝试 <embed> 元素。 < ...
分类:其他好文   时间:2020-12-29 11:18:11    阅读次数:0
Webrtc Fourier Transform
webrtc-audioproc-master/modules/audio_processing/utility/fft4g.c /* * http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html * Copyright Takuya OOURA, 1996-2 ...
分类:Web程序   时间:2020-12-28 11:20:44    阅读次数:0
ffmpeg常用命令
1.分离视频音频流 ffmpeg -i input_file -vcodec copy -an output_file_video //分离视频流 ffmpeg -i input_file -acodec copy -vn output_file_audio //分离音频流 2.视频解复用 ffmp ...
分类:其他好文   时间:2020-12-19 13:22:49    阅读次数:1
何仁伟 学习方法、常用工具 分享
电脑硬件 电脑型号 Default string 台式电脑 (扫描时间:2020年08月25日) 操作系统 Windows 10 Enterprise 64位 ( DirectX 12 ) 处理器 英特尔 Core i9-9900K @ 3.60GHz 八核 主板 华硕 TUF Z390-PLUS ...
分类:其他好文   时间:2020-12-19 13:12:18    阅读次数:2
linux centos 8 为.net core 添加进程守护 Supervisor
1. 安装 yum install supervisor 2. 编辑配置文件 在 /etc/supervisord.d 创建 xxx.ini 文件, 注意输出日志文件需要先创建一个,否则可能启动不了 #配置程序名称 [program:xxxx] #运行程序的命令 command=dotnet xxx ...
分类:Web程序   时间:2020-12-17 12:00:44    阅读次数:2
shell 循环打印出文件所有行
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:系统相关   时间:2020-11-30 16:14:46    阅读次数:16
2890条   上一页 1 2 3 4 5 6 ... 289 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!