Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
513cb1bdf7 | |||
80b05bba9b | |||
06d4e5f1af | |||
347b49d19c | |||
ea55a278b3 |
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*.pyc
|
||||
Makefile
|
||||
*~
|
||||
*.o
|
12
include/speex/speexdsp_config_types.h
Normal file
12
include/speex/speexdsp_config_types.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __SPEEX_TYPES_H__
|
||||
#define __SPEEX_TYPES_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int16_t spx_int16_t;
|
||||
typedef uint16_t spx_uint16_t;
|
||||
typedef int32_t spx_int32_t;
|
||||
typedef uint32_t spx_uint32_t;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user