Advertisement
Guest User

Clunk Compilation Output

a guest
Jul 1st, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.51 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
  2. 1> Checking Build System
  3. 1> CMake does not need to re-run because C:/Users/Hone/Desktop/DBinary/CMakeFiles/generate.stamp is up-to-date.
  4. 2>------ Rebuild All started: Project: clunk, Configuration: Debug Win32 ------
  5. 2> Building Custom Rule C:/Users/Hone/Desktop/clunk-master/clunk-master/CMakeLists.txt
  6. 2> CMake does not need to re-run because C:\Users\Hone\Desktop\DBinary\CMakeFiles\generate.stamp is up-to-date.
  7. 2> buffer.cpp
  8. 2> clunk_ex.cpp
  9. 2> context.cpp
  10. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(29): warning C4244: '=' : conversion from 'short' to 'signed char', possible loss of data
  11. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(18) : while compiling class template member function 'void clunk::impl::Mixer<clunk::AudioFormat<0>>::mix(void *,const void *,size_t,int)'
  12. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(39) : see reference to function template instantiation 'void clunk::impl::Mixer<clunk::AudioFormat<0>>::mix(void *,const void *,size_t,int)' being compiled
  13. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(39) : see reference to class template instantiation 'clunk::impl::Mixer<clunk::AudioFormat<0>>' being compiled
  14. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(29): warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
  15. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(18) : while compiling class template member function 'void clunk::impl::Mixer<clunk::AudioFormat<1>>::mix(void *,const void *,size_t,int)'
  16. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(41) : see reference to function template instantiation 'void clunk::impl::Mixer<clunk::AudioFormat<1>>::mix(void *,const void *,size_t,int)' being compiled
  17. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(41) : see reference to class template instantiation 'clunk::impl::Mixer<clunk::AudioFormat<1>>' being compiled
  18. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  19. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  20. 2> with
  21. 2> [
  22. 2> DstType=clunk::AudioFormat<0>::Type
  23. 2> , SrcType=clunk::AudioFormat<2>::Type
  24. 2> ]
  25. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  26. 2> with
  27. 2> [
  28. 2> DstAudioFormat=clunk::AudioFormat<0>
  29. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  30. 2> ]
  31. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  32. 2> with
  33. 2> [
  34. 2> DstAudioFormat=clunk::AudioFormat<0>
  35. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  36. 2> ]
  37. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  38. 2> with
  39. 2> [
  40. 2> DstAudioFormat=clunk::AudioFormat<0>
  41. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  42. 2> ]
  43. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  44. 2> with
  45. 2> [
  46. 2> DstAudioFormat=clunk::AudioFormat<0>
  47. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  48. 2> ]
  49. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  50. 2> with
  51. 2> [
  52. 2> DstAudioFormat=clunk::AudioFormat<0>
  53. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  54. 2> ]
  55. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  56. 2> with
  57. 2> [
  58. 2> DstAudioFormat=clunk::AudioFormat<0>
  59. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  60. 2> ]
  61. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  62. 2> with
  63. 2> [
  64. 2> DstAudioFormat=clunk::AudioFormat<0>
  65. 2> ]
  66. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  67. 2> with
  68. 2> [
  69. 2> DstAudioFormat=clunk::AudioFormat<0>
  70. 2> ]
  71. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>' being compiled
  72. 2> with
  73. 2> [
  74. 2> DstAudioFormat=clunk::AudioFormat<0>
  75. 2> ]
  76. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(109) : while compiling class template member function 'void clunk::impl::Resampler1<clunk::AudioFormat<0>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  77. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(125) : see reference to function template instantiation 'void clunk::impl::Resampler1<clunk::AudioFormat<0>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  78. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(125) : see reference to class template instantiation 'clunk::impl::Resampler1<clunk::AudioFormat<0>>' being compiled
  79. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  80. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  81. 2> with
  82. 2> [
  83. 2> DstType=clunk::AudioFormat<0>::Type
  84. 2> , SrcType=clunk::AudioFormat<2>::Type
  85. 2> ]
  86. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  87. 2> with
  88. 2> [
  89. 2> DstAudioFormat=clunk::AudioFormat<0>
  90. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  91. 2> ]
  92. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  93. 2> with
  94. 2> [
  95. 2> DstAudioFormat=clunk::AudioFormat<0>
  96. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  97. 2> ]
  98. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  99. 2> with
  100. 2> [
  101. 2> DstAudioFormat=clunk::AudioFormat<0>
  102. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  103. 2> ]
  104. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  105. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  106. 2> with
  107. 2> [
  108. 2> DstType=clunk::AudioFormat<0>::Type
  109. 2> , SrcType=clunk::AudioFormat<2>::Type
  110. 2> ]
  111. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  112. 2> with
  113. 2> [
  114. 2> DstAudioFormat=clunk::AudioFormat<0>
  115. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  116. 2> ]
  117. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  118. 2> with
  119. 2> [
  120. 2> DstAudioFormat=clunk::AudioFormat<0>
  121. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  122. 2> ]
  123. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  124. 2> with
  125. 2> [
  126. 2> DstAudioFormat=clunk::AudioFormat<0>
  127. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  128. 2> ]
  129. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  130. 2> with
  131. 2> [
  132. 2> DstAudioFormat=clunk::AudioFormat<0>
  133. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  134. 2> ]
  135. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  136. 2> with
  137. 2> [
  138. 2> DstAudioFormat=clunk::AudioFormat<0>
  139. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  140. 2> ]
  141. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  142. 2> with
  143. 2> [
  144. 2> DstAudioFormat=clunk::AudioFormat<0>
  145. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  146. 2> ]
  147. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  148. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  149. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  150. 2> with
  151. 2> [
  152. 2> DstType=clunk::AudioFormat<0>::Type
  153. 2> , SrcType=clunk::AudioFormat<2>::Type
  154. 2> ]
  155. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  156. 2> with
  157. 2> [
  158. 2> DstAudioFormat=clunk::AudioFormat<0>
  159. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  160. 2> ]
  161. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  162. 2> with
  163. 2> [
  164. 2> DstAudioFormat=clunk::AudioFormat<0>
  165. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  166. 2> ]
  167. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  168. 2> with
  169. 2> [
  170. 2> DstAudioFormat=clunk::AudioFormat<0>
  171. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  172. 2> ]
  173. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  174. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  175. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  176. 2> with
  177. 2> [
  178. 2> DstType=clunk::AudioFormat<0>::Type
  179. 2> , SrcType=clunk::AudioFormat<3>::Type
  180. 2> ]
  181. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  182. 2> with
  183. 2> [
  184. 2> DstAudioFormat=clunk::AudioFormat<0>
  185. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  186. 2> ]
  187. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  188. 2> with
  189. 2> [
  190. 2> DstAudioFormat=clunk::AudioFormat<0>
  191. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  192. 2> ]
  193. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  194. 2> with
  195. 2> [
  196. 2> DstAudioFormat=clunk::AudioFormat<0>
  197. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  198. 2> ]
  199. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  200. 2> with
  201. 2> [
  202. 2> DstAudioFormat=clunk::AudioFormat<0>
  203. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  204. 2> ]
  205. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  206. 2> with
  207. 2> [
  208. 2> DstAudioFormat=clunk::AudioFormat<0>
  209. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  210. 2> ]
  211. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  212. 2> with
  213. 2> [
  214. 2> DstAudioFormat=clunk::AudioFormat<0>
  215. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  216. 2> ]
  217. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  218. 2> with
  219. 2> [
  220. 2> DstAudioFormat=clunk::AudioFormat<0>
  221. 2> ]
  222. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  223. 2> with
  224. 2> [
  225. 2> DstAudioFormat=clunk::AudioFormat<0>
  226. 2> ]
  227. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>' being compiled
  228. 2> with
  229. 2> [
  230. 2> DstAudioFormat=clunk::AudioFormat<0>
  231. 2> ]
  232. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  233. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  234. 2> with
  235. 2> [
  236. 2> DstType=clunk::AudioFormat<0>::Type
  237. 2> , SrcType=clunk::AudioFormat<3>::Type
  238. 2> ]
  239. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  240. 2> with
  241. 2> [
  242. 2> DstAudioFormat=clunk::AudioFormat<0>
  243. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  244. 2> ]
  245. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  246. 2> with
  247. 2> [
  248. 2> DstAudioFormat=clunk::AudioFormat<0>
  249. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  250. 2> ]
  251. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  252. 2> with
  253. 2> [
  254. 2> DstAudioFormat=clunk::AudioFormat<0>
  255. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  256. 2> ]
  257. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  258. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  259. 2> with
  260. 2> [
  261. 2> DstType=clunk::AudioFormat<0>::Type
  262. 2> , SrcType=clunk::AudioFormat<3>::Type
  263. 2> ]
  264. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  265. 2> with
  266. 2> [
  267. 2> DstAudioFormat=clunk::AudioFormat<0>
  268. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  269. 2> ]
  270. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  271. 2> with
  272. 2> [
  273. 2> DstAudioFormat=clunk::AudioFormat<0>
  274. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  275. 2> ]
  276. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  277. 2> with
  278. 2> [
  279. 2> DstAudioFormat=clunk::AudioFormat<0>
  280. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  281. 2> ]
  282. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  283. 2> with
  284. 2> [
  285. 2> DstAudioFormat=clunk::AudioFormat<0>
  286. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  287. 2> ]
  288. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  289. 2> with
  290. 2> [
  291. 2> DstAudioFormat=clunk::AudioFormat<0>
  292. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  293. 2> ]
  294. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  295. 2> with
  296. 2> [
  297. 2> DstAudioFormat=clunk::AudioFormat<0>
  298. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  299. 2> ]
  300. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  301. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  302. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  303. 2> with
  304. 2> [
  305. 2> DstType=clunk::AudioFormat<0>::Type
  306. 2> , SrcType=clunk::AudioFormat<3>::Type
  307. 2> ]
  308. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  309. 2> with
  310. 2> [
  311. 2> DstAudioFormat=clunk::AudioFormat<0>
  312. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  313. 2> ]
  314. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  315. 2> with
  316. 2> [
  317. 2> DstAudioFormat=clunk::AudioFormat<0>
  318. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  319. 2> ]
  320. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  321. 2> with
  322. 2> [
  323. 2> DstAudioFormat=clunk::AudioFormat<0>
  324. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  325. 2> ]
  326. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  327. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  328. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  329. 2> with
  330. 2> [
  331. 2> DstType=clunk::AudioFormat<1>::Type
  332. 2> , SrcType=clunk::AudioFormat<2>::Type
  333. 2> ]
  334. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  335. 2> with
  336. 2> [
  337. 2> DstAudioFormat=clunk::AudioFormat<1>
  338. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  339. 2> ]
  340. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  341. 2> with
  342. 2> [
  343. 2> DstAudioFormat=clunk::AudioFormat<1>
  344. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  345. 2> ]
  346. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  347. 2> with
  348. 2> [
  349. 2> DstAudioFormat=clunk::AudioFormat<1>
  350. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  351. 2> ]
  352. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  353. 2> with
  354. 2> [
  355. 2> DstAudioFormat=clunk::AudioFormat<1>
  356. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  357. 2> ]
  358. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  359. 2> with
  360. 2> [
  361. 2> DstAudioFormat=clunk::AudioFormat<1>
  362. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  363. 2> ]
  364. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  365. 2> with
  366. 2> [
  367. 2> DstAudioFormat=clunk::AudioFormat<1>
  368. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  369. 2> ]
  370. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  371. 2> with
  372. 2> [
  373. 2> DstAudioFormat=clunk::AudioFormat<1>
  374. 2> ]
  375. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  376. 2> with
  377. 2> [
  378. 2> DstAudioFormat=clunk::AudioFormat<1>
  379. 2> ]
  380. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>' being compiled
  381. 2> with
  382. 2> [
  383. 2> DstAudioFormat=clunk::AudioFormat<1>
  384. 2> ]
  385. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(109) : while compiling class template member function 'void clunk::impl::Resampler1<clunk::AudioFormat<1>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  386. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(127) : see reference to function template instantiation 'void clunk::impl::Resampler1<clunk::AudioFormat<1>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  387. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(127) : see reference to class template instantiation 'clunk::impl::Resampler1<clunk::AudioFormat<1>>' being compiled
  388. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  389. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  390. 2> with
  391. 2> [
  392. 2> DstType=clunk::AudioFormat<1>::Type
  393. 2> , SrcType=clunk::AudioFormat<2>::Type
  394. 2> ]
  395. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  396. 2> with
  397. 2> [
  398. 2> DstAudioFormat=clunk::AudioFormat<1>
  399. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  400. 2> ]
  401. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  402. 2> with
  403. 2> [
  404. 2> DstAudioFormat=clunk::AudioFormat<1>
  405. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  406. 2> ]
  407. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  408. 2> with
  409. 2> [
  410. 2> DstAudioFormat=clunk::AudioFormat<1>
  411. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  412. 2> ]
  413. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  414. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  415. 2> with
  416. 2> [
  417. 2> DstType=clunk::AudioFormat<1>::Type
  418. 2> , SrcType=clunk::AudioFormat<2>::Type
  419. 2> ]
  420. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  421. 2> with
  422. 2> [
  423. 2> DstAudioFormat=clunk::AudioFormat<1>
  424. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  425. 2> ]
  426. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  427. 2> with
  428. 2> [
  429. 2> DstAudioFormat=clunk::AudioFormat<1>
  430. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  431. 2> ]
  432. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  433. 2> with
  434. 2> [
  435. 2> DstAudioFormat=clunk::AudioFormat<1>
  436. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  437. 2> ]
  438. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  439. 2> with
  440. 2> [
  441. 2> DstAudioFormat=clunk::AudioFormat<1>
  442. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  443. 2> ]
  444. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  445. 2> with
  446. 2> [
  447. 2> DstAudioFormat=clunk::AudioFormat<1>
  448. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  449. 2> ]
  450. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  451. 2> with
  452. 2> [
  453. 2> DstAudioFormat=clunk::AudioFormat<1>
  454. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  455. 2> ]
  456. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  457. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  458. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  459. 2> with
  460. 2> [
  461. 2> DstType=clunk::AudioFormat<1>::Type
  462. 2> , SrcType=clunk::AudioFormat<2>::Type
  463. 2> ]
  464. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  465. 2> with
  466. 2> [
  467. 2> DstAudioFormat=clunk::AudioFormat<1>
  468. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  469. 2> ]
  470. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  471. 2> with
  472. 2> [
  473. 2> DstAudioFormat=clunk::AudioFormat<1>
  474. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  475. 2> ]
  476. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  477. 2> with
  478. 2> [
  479. 2> DstAudioFormat=clunk::AudioFormat<1>
  480. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  481. 2> ]
  482. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  483. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  484. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  485. 2> with
  486. 2> [
  487. 2> DstType=clunk::AudioFormat<1>::Type
  488. 2> , SrcType=clunk::AudioFormat<3>::Type
  489. 2> ]
  490. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  491. 2> with
  492. 2> [
  493. 2> DstAudioFormat=clunk::AudioFormat<1>
  494. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  495. 2> ]
  496. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  497. 2> with
  498. 2> [
  499. 2> DstAudioFormat=clunk::AudioFormat<1>
  500. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  501. 2> ]
  502. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  503. 2> with
  504. 2> [
  505. 2> DstAudioFormat=clunk::AudioFormat<1>
  506. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  507. 2> ]
  508. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  509. 2> with
  510. 2> [
  511. 2> DstAudioFormat=clunk::AudioFormat<1>
  512. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  513. 2> ]
  514. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  515. 2> with
  516. 2> [
  517. 2> DstAudioFormat=clunk::AudioFormat<1>
  518. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  519. 2> ]
  520. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  521. 2> with
  522. 2> [
  523. 2> DstAudioFormat=clunk::AudioFormat<1>
  524. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  525. 2> ]
  526. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  527. 2> with
  528. 2> [
  529. 2> DstAudioFormat=clunk::AudioFormat<1>
  530. 2> ]
  531. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  532. 2> with
  533. 2> [
  534. 2> DstAudioFormat=clunk::AudioFormat<1>
  535. 2> ]
  536. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>' being compiled
  537. 2> with
  538. 2> [
  539. 2> DstAudioFormat=clunk::AudioFormat<1>
  540. 2> ]
  541. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  542. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  543. 2> with
  544. 2> [
  545. 2> DstType=clunk::AudioFormat<1>::Type
  546. 2> , SrcType=clunk::AudioFormat<3>::Type
  547. 2> ]
  548. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  549. 2> with
  550. 2> [
  551. 2> DstAudioFormat=clunk::AudioFormat<1>
  552. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  553. 2> ]
  554. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  555. 2> with
  556. 2> [
  557. 2> DstAudioFormat=clunk::AudioFormat<1>
  558. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  559. 2> ]
  560. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  561. 2> with
  562. 2> [
  563. 2> DstAudioFormat=clunk::AudioFormat<1>
  564. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  565. 2> ]
  566. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  567. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  568. 2> with
  569. 2> [
  570. 2> DstType=clunk::AudioFormat<1>::Type
  571. 2> , SrcType=clunk::AudioFormat<3>::Type
  572. 2> ]
  573. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  574. 2> with
  575. 2> [
  576. 2> DstAudioFormat=clunk::AudioFormat<1>
  577. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  578. 2> ]
  579. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  580. 2> with
  581. 2> [
  582. 2> DstAudioFormat=clunk::AudioFormat<1>
  583. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  584. 2> ]
  585. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  586. 2> with
  587. 2> [
  588. 2> DstAudioFormat=clunk::AudioFormat<1>
  589. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  590. 2> ]
  591. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  592. 2> with
  593. 2> [
  594. 2> DstAudioFormat=clunk::AudioFormat<1>
  595. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  596. 2> ]
  597. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  598. 2> with
  599. 2> [
  600. 2> DstAudioFormat=clunk::AudioFormat<1>
  601. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  602. 2> ]
  603. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  604. 2> with
  605. 2> [
  606. 2> DstAudioFormat=clunk::AudioFormat<1>
  607. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  608. 2> ]
  609. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  610. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  611. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  612. 2> with
  613. 2> [
  614. 2> DstType=clunk::AudioFormat<1>::Type
  615. 2> , SrcType=clunk::AudioFormat<3>::Type
  616. 2> ]
  617. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  618. 2> with
  619. 2> [
  620. 2> DstAudioFormat=clunk::AudioFormat<1>
  621. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  622. 2> ]
  623. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  624. 2> with
  625. 2> [
  626. 2> DstAudioFormat=clunk::AudioFormat<1>
  627. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  628. 2> ]
  629. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  630. 2> with
  631. 2> [
  632. 2> DstAudioFormat=clunk::AudioFormat<1>
  633. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  634. 2> ]
  635. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  636. 2> distance_model.cpp
  637. 2> logger.cpp
  638. 2> object.cpp
  639. 2> sample.cpp
  640. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  641. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  642. 2> with
  643. 2> [
  644. 2> DstType=clunk::AudioFormat<0>::Type
  645. 2> , SrcType=clunk::AudioFormat<2>::Type
  646. 2> ]
  647. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  648. 2> with
  649. 2> [
  650. 2> DstAudioFormat=clunk::AudioFormat<0>
  651. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  652. 2> ]
  653. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  654. 2> with
  655. 2> [
  656. 2> DstAudioFormat=clunk::AudioFormat<0>
  657. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  658. 2> ]
  659. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  660. 2> with
  661. 2> [
  662. 2> DstAudioFormat=clunk::AudioFormat<0>
  663. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  664. 2> ]
  665. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  666. 2> with
  667. 2> [
  668. 2> DstAudioFormat=clunk::AudioFormat<0>
  669. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  670. 2> ]
  671. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  672. 2> with
  673. 2> [
  674. 2> DstAudioFormat=clunk::AudioFormat<0>
  675. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  676. 2> ]
  677. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  678. 2> with
  679. 2> [
  680. 2> DstAudioFormat=clunk::AudioFormat<0>
  681. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  682. 2> ]
  683. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  684. 2> with
  685. 2> [
  686. 2> DstAudioFormat=clunk::AudioFormat<0>
  687. 2> ]
  688. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  689. 2> with
  690. 2> [
  691. 2> DstAudioFormat=clunk::AudioFormat<0>
  692. 2> ]
  693. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>' being compiled
  694. 2> with
  695. 2> [
  696. 2> DstAudioFormat=clunk::AudioFormat<0>
  697. 2> ]
  698. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(109) : while compiling class template member function 'void clunk::impl::Resampler1<clunk::AudioFormat<0>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  699. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(125) : see reference to function template instantiation 'void clunk::impl::Resampler1<clunk::AudioFormat<0>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  700. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(125) : see reference to class template instantiation 'clunk::impl::Resampler1<clunk::AudioFormat<0>>' being compiled
  701. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  702. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  703. 2> with
  704. 2> [
  705. 2> DstType=clunk::AudioFormat<0>::Type
  706. 2> , SrcType=clunk::AudioFormat<2>::Type
  707. 2> ]
  708. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  709. 2> with
  710. 2> [
  711. 2> DstAudioFormat=clunk::AudioFormat<0>
  712. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  713. 2> ]
  714. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  715. 2> with
  716. 2> [
  717. 2> DstAudioFormat=clunk::AudioFormat<0>
  718. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  719. 2> ]
  720. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  721. 2> with
  722. 2> [
  723. 2> DstAudioFormat=clunk::AudioFormat<0>
  724. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  725. 2> ]
  726. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  727. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  728. 2> with
  729. 2> [
  730. 2> DstType=clunk::AudioFormat<0>::Type
  731. 2> , SrcType=clunk::AudioFormat<2>::Type
  732. 2> ]
  733. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  734. 2> with
  735. 2> [
  736. 2> DstAudioFormat=clunk::AudioFormat<0>
  737. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  738. 2> ]
  739. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  740. 2> with
  741. 2> [
  742. 2> DstAudioFormat=clunk::AudioFormat<0>
  743. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  744. 2> ]
  745. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  746. 2> with
  747. 2> [
  748. 2> DstAudioFormat=clunk::AudioFormat<0>
  749. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  750. 2> ]
  751. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  752. 2> with
  753. 2> [
  754. 2> DstAudioFormat=clunk::AudioFormat<0>
  755. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  756. 2> ]
  757. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  758. 2> with
  759. 2> [
  760. 2> DstAudioFormat=clunk::AudioFormat<0>
  761. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  762. 2> ]
  763. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  764. 2> with
  765. 2> [
  766. 2> DstAudioFormat=clunk::AudioFormat<0>
  767. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  768. 2> ]
  769. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  770. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  771. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  772. 2> with
  773. 2> [
  774. 2> DstType=clunk::AudioFormat<0>::Type
  775. 2> , SrcType=clunk::AudioFormat<2>::Type
  776. 2> ]
  777. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  778. 2> with
  779. 2> [
  780. 2> DstAudioFormat=clunk::AudioFormat<0>
  781. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  782. 2> ]
  783. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  784. 2> with
  785. 2> [
  786. 2> DstAudioFormat=clunk::AudioFormat<0>
  787. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  788. 2> ]
  789. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  790. 2> with
  791. 2> [
  792. 2> DstAudioFormat=clunk::AudioFormat<0>
  793. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  794. 2> ]
  795. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  796. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  797. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  798. 2> with
  799. 2> [
  800. 2> DstType=clunk::AudioFormat<0>::Type
  801. 2> , SrcType=clunk::AudioFormat<3>::Type
  802. 2> ]
  803. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  804. 2> with
  805. 2> [
  806. 2> DstAudioFormat=clunk::AudioFormat<0>
  807. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  808. 2> ]
  809. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  810. 2> with
  811. 2> [
  812. 2> DstAudioFormat=clunk::AudioFormat<0>
  813. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  814. 2> ]
  815. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  816. 2> with
  817. 2> [
  818. 2> DstAudioFormat=clunk::AudioFormat<0>
  819. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  820. 2> ]
  821. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  822. 2> with
  823. 2> [
  824. 2> DstAudioFormat=clunk::AudioFormat<0>
  825. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  826. 2> ]
  827. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  828. 2> with
  829. 2> [
  830. 2> DstAudioFormat=clunk::AudioFormat<0>
  831. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  832. 2> ]
  833. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  834. 2> with
  835. 2> [
  836. 2> DstAudioFormat=clunk::AudioFormat<0>
  837. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  838. 2> ]
  839. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  840. 2> with
  841. 2> [
  842. 2> DstAudioFormat=clunk::AudioFormat<0>
  843. 2> ]
  844. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  845. 2> with
  846. 2> [
  847. 2> DstAudioFormat=clunk::AudioFormat<0>
  848. 2> ]
  849. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>' being compiled
  850. 2> with
  851. 2> [
  852. 2> DstAudioFormat=clunk::AudioFormat<0>
  853. 2> ]
  854. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  855. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  856. 2> with
  857. 2> [
  858. 2> DstType=clunk::AudioFormat<0>::Type
  859. 2> , SrcType=clunk::AudioFormat<3>::Type
  860. 2> ]
  861. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  862. 2> with
  863. 2> [
  864. 2> DstAudioFormat=clunk::AudioFormat<0>
  865. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  866. 2> ]
  867. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  868. 2> with
  869. 2> [
  870. 2> DstAudioFormat=clunk::AudioFormat<0>
  871. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  872. 2> ]
  873. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  874. 2> with
  875. 2> [
  876. 2> DstAudioFormat=clunk::AudioFormat<0>
  877. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  878. 2> ]
  879. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  880. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  881. 2> with
  882. 2> [
  883. 2> DstType=clunk::AudioFormat<0>::Type
  884. 2> , SrcType=clunk::AudioFormat<3>::Type
  885. 2> ]
  886. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  887. 2> with
  888. 2> [
  889. 2> DstAudioFormat=clunk::AudioFormat<0>
  890. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  891. 2> ]
  892. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  893. 2> with
  894. 2> [
  895. 2> DstAudioFormat=clunk::AudioFormat<0>
  896. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  897. 2> ]
  898. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  899. 2> with
  900. 2> [
  901. 2> DstAudioFormat=clunk::AudioFormat<0>
  902. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  903. 2> ]
  904. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  905. 2> with
  906. 2> [
  907. 2> DstAudioFormat=clunk::AudioFormat<0>
  908. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  909. 2> ]
  910. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  911. 2> with
  912. 2> [
  913. 2> DstAudioFormat=clunk::AudioFormat<0>
  914. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  915. 2> ]
  916. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  917. 2> with
  918. 2> [
  919. 2> DstAudioFormat=clunk::AudioFormat<0>
  920. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  921. 2> ]
  922. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  923. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  924. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<0>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  925. 2> with
  926. 2> [
  927. 2> DstType=clunk::AudioFormat<0>::Type
  928. 2> , SrcType=clunk::AudioFormat<3>::Type
  929. 2> ]
  930. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  931. 2> with
  932. 2> [
  933. 2> DstAudioFormat=clunk::AudioFormat<0>
  934. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  935. 2> ]
  936. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  937. 2> with
  938. 2> [
  939. 2> DstAudioFormat=clunk::AudioFormat<0>
  940. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  941. 2> ]
  942. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  943. 2> with
  944. 2> [
  945. 2> DstAudioFormat=clunk::AudioFormat<0>
  946. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  947. 2> ]
  948. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<0>::Type', possible loss of data
  949. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  950. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  951. 2> with
  952. 2> [
  953. 2> DstType=clunk::AudioFormat<1>::Type
  954. 2> , SrcType=clunk::AudioFormat<2>::Type
  955. 2> ]
  956. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  957. 2> with
  958. 2> [
  959. 2> DstAudioFormat=clunk::AudioFormat<1>
  960. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  961. 2> ]
  962. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  963. 2> with
  964. 2> [
  965. 2> DstAudioFormat=clunk::AudioFormat<1>
  966. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  967. 2> ]
  968. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  969. 2> with
  970. 2> [
  971. 2> DstAudioFormat=clunk::AudioFormat<1>
  972. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  973. 2> ]
  974. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  975. 2> with
  976. 2> [
  977. 2> DstAudioFormat=clunk::AudioFormat<1>
  978. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  979. 2> ]
  980. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  981. 2> with
  982. 2> [
  983. 2> DstAudioFormat=clunk::AudioFormat<1>
  984. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  985. 2> ]
  986. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  987. 2> with
  988. 2> [
  989. 2> DstAudioFormat=clunk::AudioFormat<1>
  990. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  991. 2> ]
  992. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  993. 2> with
  994. 2> [
  995. 2> DstAudioFormat=clunk::AudioFormat<1>
  996. 2> ]
  997. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  998. 2> with
  999. 2> [
  1000. 2> DstAudioFormat=clunk::AudioFormat<1>
  1001. 2> ]
  1002. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(112) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<2>>' being compiled
  1003. 2> with
  1004. 2> [
  1005. 2> DstAudioFormat=clunk::AudioFormat<1>
  1006. 2> ]
  1007. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(109) : while compiling class template member function 'void clunk::impl::Resampler1<clunk::AudioFormat<1>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1008. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(127) : see reference to function template instantiation 'void clunk::impl::Resampler1<clunk::AudioFormat<1>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1009. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(127) : see reference to class template instantiation 'clunk::impl::Resampler1<clunk::AudioFormat<1>>' being compiled
  1010. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1011. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  1012. 2> with
  1013. 2> [
  1014. 2> DstType=clunk::AudioFormat<1>::Type
  1015. 2> , SrcType=clunk::AudioFormat<2>::Type
  1016. 2> ]
  1017. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1018. 2> with
  1019. 2> [
  1020. 2> DstAudioFormat=clunk::AudioFormat<1>
  1021. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1022. 2> ]
  1023. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1024. 2> with
  1025. 2> [
  1026. 2> DstAudioFormat=clunk::AudioFormat<1>
  1027. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1028. 2> ]
  1029. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  1030. 2> with
  1031. 2> [
  1032. 2> DstAudioFormat=clunk::AudioFormat<1>
  1033. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1034. 2> ]
  1035. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1036. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  1037. 2> with
  1038. 2> [
  1039. 2> DstType=clunk::AudioFormat<1>::Type
  1040. 2> , SrcType=clunk::AudioFormat<2>::Type
  1041. 2> ]
  1042. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1043. 2> with
  1044. 2> [
  1045. 2> DstAudioFormat=clunk::AudioFormat<1>
  1046. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1047. 2> ]
  1048. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1049. 2> with
  1050. 2> [
  1051. 2> DstAudioFormat=clunk::AudioFormat<1>
  1052. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1053. 2> ]
  1054. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  1055. 2> with
  1056. 2> [
  1057. 2> DstAudioFormat=clunk::AudioFormat<1>
  1058. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1059. 2> ]
  1060. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1061. 2> with
  1062. 2> [
  1063. 2> DstAudioFormat=clunk::AudioFormat<1>
  1064. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1065. 2> ]
  1066. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1067. 2> with
  1068. 2> [
  1069. 2> DstAudioFormat=clunk::AudioFormat<1>
  1070. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1071. 2> ]
  1072. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  1073. 2> with
  1074. 2> [
  1075. 2> DstAudioFormat=clunk::AudioFormat<1>
  1076. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1077. 2> ]
  1078. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1079. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1080. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<2>::Type>(DstType *&,const SrcType *)' being compiled
  1081. 2> with
  1082. 2> [
  1083. 2> DstType=clunk::AudioFormat<1>::Type
  1084. 2> , SrcType=clunk::AudioFormat<2>::Type
  1085. 2> ]
  1086. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1087. 2> with
  1088. 2> [
  1089. 2> DstAudioFormat=clunk::AudioFormat<1>
  1090. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1091. 2> ]
  1092. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1093. 2> with
  1094. 2> [
  1095. 2> DstAudioFormat=clunk::AudioFormat<1>
  1096. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1097. 2> ]
  1098. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  1099. 2> with
  1100. 2> [
  1101. 2> DstAudioFormat=clunk::AudioFormat<1>
  1102. 2> , SrcAudioFormat=clunk::AudioFormat<2>
  1103. 2> ]
  1104. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<2>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1105. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(20): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1106. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  1107. 2> with
  1108. 2> [
  1109. 2> DstType=clunk::AudioFormat<1>::Type
  1110. 2> , SrcType=clunk::AudioFormat<3>::Type
  1111. 2> ]
  1112. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1113. 2> with
  1114. 2> [
  1115. 2> DstAudioFormat=clunk::AudioFormat<1>
  1116. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1117. 2> ]
  1118. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1119. 2> with
  1120. 2> [
  1121. 2> DstAudioFormat=clunk::AudioFormat<1>
  1122. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1123. 2> ]
  1124. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,1>' being compiled
  1125. 2> with
  1126. 2> [
  1127. 2> DstAudioFormat=clunk::AudioFormat<1>
  1128. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1129. 2> ]
  1130. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1131. 2> with
  1132. 2> [
  1133. 2> DstAudioFormat=clunk::AudioFormat<1>
  1134. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1135. 2> ]
  1136. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1137. 2> with
  1138. 2> [
  1139. 2> DstAudioFormat=clunk::AudioFormat<1>
  1140. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1141. 2> ]
  1142. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(99) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,1,SrcAudioFormat>' being compiled
  1143. 2> with
  1144. 2> [
  1145. 2> DstAudioFormat=clunk::AudioFormat<1>
  1146. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1147. 2> ]
  1148. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(97) : while compiling class template member function 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1149. 2> with
  1150. 2> [
  1151. 2> DstAudioFormat=clunk::AudioFormat<1>
  1152. 2> ]
  1153. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to function template instantiation 'void clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1154. 2> with
  1155. 2> [
  1156. 2> DstAudioFormat=clunk::AudioFormat<1>
  1157. 2> ]
  1158. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(114) : see reference to class template instantiation 'clunk::impl::Resampler2<DstAudioFormat,clunk::AudioFormat<3>>' being compiled
  1159. 2> with
  1160. 2> [
  1161. 2> DstAudioFormat=clunk::AudioFormat<1>
  1162. 2> ]
  1163. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(37): warning C4244: '=' : conversion from 'clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1164. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<1,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  1165. 2> with
  1166. 2> [
  1167. 2> DstType=clunk::AudioFormat<1>::Type
  1168. 2> , SrcType=clunk::AudioFormat<3>::Type
  1169. 2> ]
  1170. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1171. 2> with
  1172. 2> [
  1173. 2> DstAudioFormat=clunk::AudioFormat<1>
  1174. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1175. 2> ]
  1176. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1177. 2> with
  1178. 2> [
  1179. 2> DstAudioFormat=clunk::AudioFormat<1>
  1180. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1181. 2> ]
  1182. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,1,SrcAudioFormat,2>' being compiled
  1183. 2> with
  1184. 2> [
  1185. 2> DstAudioFormat=clunk::AudioFormat<1>
  1186. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1187. 2> ]
  1188. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(44): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1189. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,1>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  1190. 2> with
  1191. 2> [
  1192. 2> DstType=clunk::AudioFormat<1>::Type
  1193. 2> , SrcType=clunk::AudioFormat<3>::Type
  1194. 2> ]
  1195. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1196. 2> with
  1197. 2> [
  1198. 2> DstAudioFormat=clunk::AudioFormat<1>
  1199. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1200. 2> ]
  1201. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1202. 2> with
  1203. 2> [
  1204. 2> DstAudioFormat=clunk::AudioFormat<1>
  1205. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1206. 2> ]
  1207. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(88) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,1>' being compiled
  1208. 2> with
  1209. 2> [
  1210. 2> DstAudioFormat=clunk::AudioFormat<1>
  1211. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1212. 2> ]
  1213. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(86) : while compiling class template member function 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1214. 2> with
  1215. 2> [
  1216. 2> DstAudioFormat=clunk::AudioFormat<1>
  1217. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1218. 2> ]
  1219. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to function template instantiation 'void clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1220. 2> with
  1221. 2> [
  1222. 2> DstAudioFormat=clunk::AudioFormat<1>
  1223. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1224. 2> ]
  1225. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(100) : see reference to class template instantiation 'clunk::impl::Resampler3<DstAudioFormat,2,SrcAudioFormat>' being compiled
  1226. 2> with
  1227. 2> [
  1228. 2> DstAudioFormat=clunk::AudioFormat<1>
  1229. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1230. 2> ]
  1231. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(45): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1232. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(27): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1233. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(74) : see reference to function template instantiation 'void clunk::impl::ChannelResampler<2,2>::resample<clunk::AudioFormat<1>::Type,clunk::AudioFormat<3>::Type>(DstType *&,const SrcType *)' being compiled
  1234. 2> with
  1235. 2> [
  1236. 2> DstType=clunk::AudioFormat<1>::Type
  1237. 2> , SrcType=clunk::AudioFormat<3>::Type
  1238. 2> ]
  1239. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(53) : while compiling class template member function 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)'
  1240. 2> with
  1241. 2> [
  1242. 2> DstAudioFormat=clunk::AudioFormat<1>
  1243. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1244. 2> ]
  1245. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to function template instantiation 'void clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>::resample(clunk::AudioSpec,clunk::Buffer &,clunk::AudioSpec,const clunk::Buffer &)' being compiled
  1246. 2> with
  1247. 2> [
  1248. 2> DstAudioFormat=clunk::AudioFormat<1>
  1249. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1250. 2> ]
  1251. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(89) : see reference to class template instantiation 'clunk::impl::Resampler4<DstAudioFormat,2,SrcAudioFormat,2>' being compiled
  1252. 2> with
  1253. 2> [
  1254. 2> DstAudioFormat=clunk::AudioFormat<1>
  1255. 2> , SrcAudioFormat=clunk::AudioFormat<3>
  1256. 2> ]
  1257. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/resample.h(28): warning C4244: '=' : conversion from 'const clunk::AudioFormat<3>::Type' to 'clunk::AudioFormat<1>::Type', possible loss of data
  1258. 2> source.cpp
  1259. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk\source.cpp(77): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
  1260. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(29): warning C4244: '=' : conversion from 'short' to 'signed char', possible loss of data
  1261. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(18) : while compiling class template member function 'void clunk::impl::Mixer<clunk::AudioFormat<0>>::mix(void *,const void *,size_t,int)'
  1262. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(39) : see reference to function template instantiation 'void clunk::impl::Mixer<clunk::AudioFormat<0>>::mix(void *,const void *,size_t,int)' being compiled
  1263. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(39) : see reference to class template instantiation 'clunk::impl::Mixer<clunk::AudioFormat<0>>' being compiled
  1264. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(29): warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
  1265. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(18) : while compiling class template member function 'void clunk::impl::Mixer<clunk::AudioFormat<1>>::mix(void *,const void *,size_t,int)'
  1266. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(41) : see reference to function template instantiation 'void clunk::impl::Mixer<clunk::AudioFormat<1>>::mix(void *,const void *,size_t,int)' being compiled
  1267. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mixer.h(41) : see reference to class template instantiation 'clunk::impl::Mixer<clunk::AudioFormat<1>>' being compiled
  1268. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(57): warning C4305: 'argument' : truncation from 'double' to 'const std::complex<float>::_Ty'
  1269. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<8,T>::apply<1>(std::complex<float> *)' being compiled
  1270. 2> with
  1271. 2> [
  1272. 2> T=float
  1273. 2> ]
  1274. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<8,T>::apply<1>(std::complex<float> *)' being compiled
  1275. 2> with
  1276. 2> [
  1277. 2> T=float
  1278. 2> ]
  1279. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<16,T>::apply<1>(std::complex<float> *)' being compiled
  1280. 2> with
  1281. 2> [
  1282. 2> T=float
  1283. 2> ]
  1284. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<16,T>::apply<1>(std::complex<float> *)' being compiled
  1285. 2> with
  1286. 2> [
  1287. 2> T=float
  1288. 2> ]
  1289. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<32,T>::apply<1>(std::complex<float> *)' being compiled
  1290. 2> with
  1291. 2> [
  1292. 2> T=float
  1293. 2> ]
  1294. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<32,T>::apply<1>(std::complex<float> *)' being compiled
  1295. 2> with
  1296. 2> [
  1297. 2> T=float
  1298. 2> ]
  1299. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<64,T>::apply<1>(std::complex<float> *)' being compiled
  1300. 2> with
  1301. 2> [
  1302. 2> T=float
  1303. 2> ]
  1304. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<64,T>::apply<1>(std::complex<float> *)' being compiled
  1305. 2> with
  1306. 2> [
  1307. 2> T=float
  1308. 2> ]
  1309. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(112) : see reference to function template instantiation 'void clunk::danielson_lanczos<128,T>::apply<1>(std::complex<float> *)' being compiled
  1310. 2> with
  1311. 2> [
  1312. 2> T=float
  1313. 2> ]
  1314. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(112) : see reference to function template instantiation 'void clunk::danielson_lanczos<128,T>::apply<1>(std::complex<float> *)' being compiled
  1315. 2> with
  1316. 2> [
  1317. 2> T=float
  1318. 2> ]
  1319. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(110) : while compiling class template member function 'void clunk::fft_context<7,T>::fft(void)'
  1320. 2> with
  1321. 2> [
  1322. 2> T=float
  1323. 2> ]
  1324. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mdct_context.h(61) : see reference to function template instantiation 'void clunk::fft_context<7,T>::fft(void)' being compiled
  1325. 2> with
  1326. 2> [
  1327. 2> T=float
  1328. 2> ]
  1329. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mdct_context.h(27) : see reference to class template instantiation 'clunk::fft_context<7,T>' being compiled
  1330. 2> with
  1331. 2> [
  1332. 2> T=float
  1333. 2> ]
  1334. 2> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/source.h(58) : see reference to class template instantiation 'clunk::mdct_context<9,clunk::vorbis_window_func,float>' being compiled
  1335. 2>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(59): warning C4305: 'argument' : truncation from 'double' to 'const std::complex<float>::_Ty'
  1336. 2> stream.cpp
  1337. 2> wav_file.cpp
  1338. 2> sdl_ex.cpp
  1339. 2> backend.cpp
  1340. 2> Generating Code...
  1341. 2> kemar.c
  1342. 2> Creating library C:/Users/Hone/Desktop/DBinary/Debug/clunk.lib and object C:/Users/Hone/Desktop/DBinary/Debug/clunk.exp
  1343. 2> clunk.vcxproj -> C:\Users\Hone\Desktop\DBinary\Debug\clunk.dll
  1344. 3>------ Rebuild All started: Project: clunk-test, Configuration: Debug Win32 ------
  1345. 3> Building Custom Rule C:/Users/Hone/Desktop/clunk-master/clunk-master/CMakeLists.txt
  1346. 3> CMake does not need to re-run because C:\Users\Hone\Desktop\DBinary\CMakeFiles\generate.stamp is up-to-date.
  1347. 3> test.cpp
  1348. 3>C:\Users\Hone\Desktop\clunk-master\clunk-master\test.cpp(34): warning C4244: 'argument' : conversion from 'int' to 'const std::complex<float>::_Ty', possible loss of data
  1349. 3>C:\Users\Hone\Desktop\clunk-master\clunk-master\test.cpp(43): warning C4244: 'argument' : conversion from 'int' to 'const std::complex<float>::_Ty', possible loss of data
  1350. 3>C:\Users\Hone\Desktop\clunk-master\clunk-master\test.cpp(80): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
  1351. 3>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(57): warning C4305: 'argument' : truncation from 'double' to 'const std::complex<float>::_Ty'
  1352. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<8,T>::apply<1>(std::complex<float> *)' being compiled
  1353. 3> with
  1354. 3> [
  1355. 3> T=float
  1356. 3> ]
  1357. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<8,T>::apply<1>(std::complex<float> *)' being compiled
  1358. 3> with
  1359. 3> [
  1360. 3> T=float
  1361. 3> ]
  1362. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<16,T>::apply<1>(std::complex<float> *)' being compiled
  1363. 3> with
  1364. 3> [
  1365. 3> T=float
  1366. 3> ]
  1367. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<16,T>::apply<1>(std::complex<float> *)' being compiled
  1368. 3> with
  1369. 3> [
  1370. 3> T=float
  1371. 3> ]
  1372. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<32,T>::apply<1>(std::complex<float> *)' being compiled
  1373. 3> with
  1374. 3> [
  1375. 3> T=float
  1376. 3> ]
  1377. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<32,T>::apply<1>(std::complex<float> *)' being compiled
  1378. 3> with
  1379. 3> [
  1380. 3> T=float
  1381. 3> ]
  1382. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<64,T>::apply<1>(std::complex<float> *)' being compiled
  1383. 3> with
  1384. 3> [
  1385. 3> T=float
  1386. 3> ]
  1387. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(16) : see reference to function template instantiation 'void clunk::danielson_lanczos<64,T>::apply<1>(std::complex<float> *)' being compiled
  1388. 3> with
  1389. 3> [
  1390. 3> T=float
  1391. 3> ]
  1392. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(112) : see reference to function template instantiation 'void clunk::danielson_lanczos<128,T>::apply<1>(std::complex<float> *)' being compiled
  1393. 3> with
  1394. 3> [
  1395. 3> T=float
  1396. 3> ]
  1397. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(112) : see reference to function template instantiation 'void clunk::danielson_lanczos<128,T>::apply<1>(std::complex<float> *)' being compiled
  1398. 3> with
  1399. 3> [
  1400. 3> T=float
  1401. 3> ]
  1402. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(110) : while compiling class template member function 'void clunk::fft_context<7,T>::fft(void)'
  1403. 3> with
  1404. 3> [
  1405. 3> T=float
  1406. 3> ]
  1407. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\test.cpp(27) : see reference to function template instantiation 'void clunk::fft_context<7,T>::fft(void)' being compiled
  1408. 3> with
  1409. 3> [
  1410. 3> T=float
  1411. 3> ]
  1412. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/mdct_context.h(27) : see reference to class template instantiation 'clunk::fft_context<7,T>' being compiled
  1413. 3> with
  1414. 3> [
  1415. 3> T=float
  1416. 3> ]
  1417. 3> C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/source.h(58) : see reference to class template instantiation 'clunk::mdct_context<9,clunk::vorbis_window_func,float>' being compiled
  1418. 3>C:\Users\Hone\Desktop\clunk-master\clunk-master\clunk/fft_context.h(59): warning C4305: 'argument' : truncation from 'double' to 'const std::complex<float>::_Ty'
  1419. 3> Creating library C:/Users/Hone/Desktop/DBinary/Debug/clunk-test.lib and object C:/Users/Hone/Desktop/DBinary/Debug/clunk-test.exp
  1420. 3>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
  1421. 3> clunk-test.vcxproj -> C:\Users\Hone\Desktop\DBinary\Debug\clunk-test.exe
  1422. 4>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug Win32 ------
  1423. 4> Building Custom Rule C:/Users/Hone/Desktop/clunk-master/clunk-master/CMakeLists.txt
  1424. 4> CMake does not need to re-run because C:\Users\Hone\Desktop\DBinary\CMakeFiles\generate.stamp is up-to-date.
  1425. 4> Build all projects
  1426. 5>------ Skipped Rebuild All: Project: INSTALL, Configuration: Debug Win32 ------
  1427. 5>Project not selected to build for this solution configuration
  1428. ========== Rebuild All: 4 succeeded, 0 failed, 1 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement