stand.cpp 542 B

1234567891011121314151617181920
  1. /*
  2. * stand.cpp
  3. * Copyright (C) 2010-2011 HAL, kbinani
  4. *
  5. * This file is a part of STAND Library.
  6. * STAND Library is a wrapper library of WORLD.
  7. * It provides analysis and synthesis of WAVE file(s).
  8. *
  9. * These files are distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. *
  13. */
  14. #include "stand.h"
  15. #ifdef STND_MULTI_THREAD
  16. vconnect::Mutex *hMutex = NULL;
  17. vconnect::Mutex *hFFTWMutex = NULL;
  18. #endif