Sign in
coral
/
mtk-gst-plugins-good-debian
/
d1d3e7682ffa87d1f2014084950d1d4caa6815d9
/
.
/
gst
/
law
/
mulaw-conversion.h
blob: 38367ad68870d8a03ea21fad6de37d5ff174707d [
file
] [
log
] [
blame
]
#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 */