Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
8dfa1650ca | |||
fd86c39270 | |||
b0cc582eab | |||
b34a74f479 | |||
6ce6009a0d |
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*.pyc
|
||||
Makefile
|
||||
*~
|
||||
*.o
|
12
include/speex/speex_config_types.h
Normal file
12
include/speex/speex_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