11 2021 档案

摘要:这个免费的工具可以将几乎所有 DRM-free 的媒体文件转换成音频,这与大多数电话供应商的待机音乐和IVR公告兼容。 https://www.g711.org/ 阅读全文
posted @ 2021-11-20 11:17 撒欢 阅读(343) 评论(0) 推荐(0)
摘要:root:/# tshark -r tester_192.168.1.99_port2\(10\).pcap -T fields -e tcp.stream | uniq | wc -l Running as user "root" and group "root". This could be d 阅读全文
posted @ 2021-11-20 11:16 撒欢 阅读(410) 评论(0) 推荐(0)
摘要:http://www.lightlink.com/tjweber/StripWav/WAVE.html http://soundfile.sapp.org/doc/WaveFormat/ 阅读全文
posted @ 2021-11-20 11:16 撒欢 阅读(70) 评论(0) 推荐(0)
摘要:/** * Quick Sort, * * int main() { * int array[8] = {1,3,6,5,4,2,8,7}; * fts_quick_sort(array, 0, 7); * } * * @param arr * The pointer of array to sor 阅读全文
posted @ 2021-11-02 11:56 撒欢 阅读(147) 评论(0) 推荐(0)