Browse Source

Move polint from synthesize.h to spect.h.

master
Reece H. Dunn 7 years ago
parent
commit
351126b3b1
2 changed files with 2 additions and 1 deletions
  1. 2
    0
      src/libespeak-ng/spect.h
  2. 0
    1
      src/libespeak-ng/synthesize.h

+ 2
- 0
src/libespeak-ng/spect.h View File

@@ -22,6 +22,8 @@ extern "C"
{
#endif

float polint(float xa[], float ya[], int n, float x);

#define FRAME_WIDTH 1000 // max width for 8000kHz frame
#define MAX_DISPLAY_FREQ 9500
#define FRAME_HEIGHT 240

+ 0
- 1
src/libespeak-ng/synthesize.h View File

@@ -457,7 +457,6 @@ void WcmdqStop(void);
int WcmdqUsed(void);
void WcmdqInc(void);
void WavegenInit(int rate, int wavemult_fact);
float polint(float xa[], float ya[], int n, float x);
int WavegenFill(void);
void MarkerEvent(int type, unsigned int char_position, int value, int value2, unsigned char *out_ptr);
int GetAmplitude(void);

Loading…
Cancel
Save