Programmable real-time audio signal processing application
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122
  1. {
  2. wndSmpCnt :
  3. [
  4. ["out"],
  5. [512],
  6. [1024],
  7. [2048],
  8. [4096],
  9. [8192]
  10. ]
  11. hopFact :
  12. [
  13. ["out"]
  14. [1],
  15. [2],
  16. [4],
  17. [8],
  18. [16]
  19. ]
  20. }