Re: [Spice-devel] [spice-common sound rework 1/3 (take 4)] Add a snd_codec interface to abstract the use of audio codecs such as celt.

2013-11-08 Thread Christophe Fergeau
On Tue, Nov 05, 2013 at 04:24:47PM -0600, Jeremy White wrote: > diff --git a/common/snd_codec.c b/common/snd_codec.c > new file mode 100644 > index 000..2683143 > --- /dev/null > +++ b/common/snd_codec.c > @@ -0,0 +1,285 @@ > +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ > +/

[Spice-devel] [spice-common sound rework 1/3 (take 4)] Add a snd_codec interface to abstract the use of audio codecs such as celt.

2013-11-05 Thread Jeremy White
Signed-off-by: Jeremy White --- common/Makefile.am |7 ++ common/snd_codec.c | 285 common/snd_codec.h | 69 + configure.ac | 16 +++ 4 files changed, 377 insertions(+) create mode 100644 common/snd_codec.c create m