CUDA memories

摘要: Global There's a large amount of global memory. It's slower to access than other memory like shared and registers. All running threads can read and wr 阅读全文
posted @ 2023-09-16 17:27 虞小兰 阅读(35) 评论(0) 推荐(0)

瑞士军刀 sox 系列 :给.raw文件添加header变身.wav文件

摘要: 1.先去安装 sox https://sourceforge.net/projects/sox/files/sox/ 2.将sox的安装目录加到系统path变量里。 3.开始执行命令 sox -t raw -r 48000 -b 16 -c 2 -L -e signed input.raw outp 阅读全文
posted @ 2023-02-17 21:25 虞小兰 阅读(142) 评论(0) 推荐(0)