#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
#include <fcntl.h>
#include <time.h>
#include <limits.h>
#include "spandsp/telephony.h"
#include "spandsp/time_scale.h"
Functions | |
int | time_scale_rate (time_scale_state_t *s, float rate) |
Change the time scale rate. | |
time_scale_state_t * | time_scale_init (time_scale_state_t *s, float rate) |
Initialise a time scale context. | |
int | time_scale_free (time_scale_state_t *s) |
Free a time scale context. | |
int | time_scale (time_scale_state_t *s, int16_t out[], int16_t in[], int len) |
Time scale a chunk of audio samples. |
|
Time scale a chunk of audio samples. Time scale a chunk of audio samples.
|
|
Free a time scale context.
|
|
Initialise a time scale context. Initialise a time scale context. This must be called before the first use of the context, to initialise its contents.
|
|
Change the time scale rate. Change the time scale rate.
|