osmo-gmr 0.2.104-2b98
Osmocom GMR-1
synth.c File Reference

Osmocom GMR-1 AMBE vocoder speech synthesis. More...

#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <string.h>
#include "private.h"

Functions

void ambe_synth_init (struct ambe_synth *synth)
 Initialized Synthesizer state. More...
 
void ambe_synth_enhance (struct ambe_synth *synth, struct ambe_subframe *sf)
 Apply the spectral magnitude enhancement on the subframe. More...
 
void ambe_synth_audio (struct ambe_synth *synth, int16_t *audio, struct ambe_subframe *sf, struct ambe_subframe *sf_prev)
 Generate audio for a given subframe. More...
 

Detailed Description

Osmocom GMR-1 AMBE vocoder speech synthesis.