您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. FFT 的 C++ 封装,无依赖项,注释清晰,简单易用,包含FFT逆变换

  2. 获取一段音频的频谱 #define SAMPLE_RATE 8000 #define SAMPLE_SIZE 256 signed short audioData[SAMPLE_SIZE]; // read audioData complex data[SAMPLE_SIZE]; for (int i = 0; i < SAMPLE_SIZE; i++) data[i] = (float)*((signed short*)audioData+ i); CFFT::Forward(dat
  3. 所属分类:网络游戏

    • 发布日期:2020-05-25
    • 文件大小:2048
    • 提供者:luoyexunxue