#ifndef BLE_H
#define BLE_H

#include "ssc_modes.h"
#include "speech_api.h"

//#include "..\inc\speech_api.h"

typedef struct SPEECHEncoder SPEECHEncoder;
struct SPEECHEncoder
{
	const SpeechMode *mode;     /**< Mode used by the encoder */
	unsigned int rng;

/*
	short end;
	short delayedIntra;
	short overlap;
	short Fs;
*/

	short lastCodedBands;
	short overlap_max;

	short prefilter_period;
	short prefilter_gain;
	unsigned char in_mem[1];
};



#endif /* BLE_H */
