aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/sample.h
blob: 01a17dfce8b8ebe20f6a1a940414a584f0510975 (plain)
1
2
3
4
5
6
7
8
typedef double sample_t;

#define	SPEECH_LEVEL	0.1585

void samples_to_int16(int16_t *spl, sample_t *samples, int length);
void int16_to_samples(sample_t *samples, int16_t *spl, int length);