summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-conversion.h
blob: 38367ad68870d8a03ea21fad6de37d5ff174707d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _GST_ULAW_CONVERSION_H
#define _GST_ULAW_CONVERSION_H

#include <glib.h>

void
mulaw_encode(gint16* in, guint8* out, gint numsamples);
void
mulaw_decode(guint8* in,gint16* out,gint numsamples);

#endif /* _GST_ULAW_CONVERSION_H */