notes.txt 373 B

12345678
  1. Notes:
  2. * Source code for webrtc from https://chromium.googlesource.com/external/webrtc circa Oct 2015.
  3. Modification to original source to build on VS2005 which don't support C99 syntax
  4. (declare all variables at the beginning of a scope block).
  5. - modules\audio_processing\aec\aec_core.c
  6. - modules\audio_processing\ns\ns_core.c
  7. - modules\audio_processing\ns\nsx_core.c