custom.h 81 B

12345678
  1. #ifndef _CUSTOM_H_
  2. #define HALF 0.5
  3. extern const float32_t HANN[256];
  4. #endif