摘要: import operator from numpy import array, tile def create_dataset(): _dataset = array([[1.0, 1.1], [1.0, 1.0], [0, 0], [0, 0.1]]) _labels = ['A', 'A', 阅读全文
posted @ 2024-06-08 14:26 NAVYSUMMER 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 方法1:命令转码 # 转码 ffmpeg -ac 2 -ar 48000 -f s16le -i input.pcm -acodec libfdk_aac output.aac # 播放 ffplay output.aac 方法2:代码转码 main.c #include "libavutil/lo 阅读全文
posted @ 2024-06-08 00:00 NAVYSUMMER 阅读(4) 评论(0) 推荐(0) 编辑
交流群 编程书籍