Programmable real-time audio signal processing application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. aud_dsp :
  3. {
  4. midiPortBufByteCnt : 1024
  5. meterMs : 50
  6. msgsPerClientPoll : 10
  7. /*
  8. afpDevArray :
  9. [
  10. {
  11. label:"file_dev"
  12. //iAudioFn:"/home/kevin/temp/in0.wav"
  13. oAudioFn:"/home/kevin/temp/out0.wav"
  14. oBits:16
  15. oChCnt:1
  16. }
  17. ]
  18. */
  19. nrtDevArray :
  20. [
  21. {
  22. label: "nrtDev0"
  23. srate: 44100
  24. iChCnt: 16
  25. oChCnt: 16
  26. cbPeriodMs : 6
  27. }
  28. ]
  29. audioSysCfgArray :
  30. [
  31. {
  32. label:"Default"
  33. ssArray :
  34. [
  35. {
  36. inDevIdx : 0
  37. outDevIdx : 0
  38. syncToInputFl : true
  39. msgQueueByteCnt : 524288
  40. devFramesPerCycle : 512
  41. dspFramesPerCycle : 64
  42. audioBufCnt : 3
  43. srate : 96000
  44. }
  45. ]
  46. }
  47. {
  48. label:"File Out"
  49. ssArray :
  50. [
  51. {
  52. inDevIdx : 0
  53. outDevIdx : 4
  54. syncToInputFl : true
  55. msgQueueByteCnt : 524288
  56. devFramesPerCycle : 512
  57. dspFramesPerCycle : 64
  58. audioBufCnt : 3
  59. srate : 96000
  60. }
  61. ]
  62. }
  63. ]
  64. }
  65. udpnetCrca :
  66. {
  67. port: 5876
  68. recvBufByteCnt : 512
  69. timeOutMs: 100
  70. local: "thunk"
  71. nodeArray :
  72. [
  73. {
  74. label:whirl
  75. id:10
  76. addr:"132.239.235.103"
  77. }
  78. {
  79. label:thunk
  80. id:20
  81. addr:"192.168.1.109"
  82. }
  83. ]
  84. }
  85. udpnet_work :
  86. {
  87. port: 5876
  88. recvBufByteCnt : 512
  89. timeOutMs: 100
  90. local: "thunk"
  91. nodeArray :
  92. [
  93. {
  94. label:whirl
  95. id:10
  96. addr:"132.239.235.103"
  97. }
  98. {
  99. label:thunk
  100. id:20
  101. addr:"132.239.235.101"
  102. }
  103. ]
  104. }
  105. udpnet_thunk :
  106. {
  107. port: 5876
  108. recvBufByteCnt : 8192
  109. timeOutMs: 100
  110. local: "thunk"
  111. nodeArray :
  112. [
  113. {
  114. label:whirl
  115. id:10
  116. addr:"192.168.15.109"
  117. }
  118. {
  119. label:thunk
  120. id:20
  121. addr:"192.168.15.110"
  122. }
  123. ]
  124. }
  125. }