Re: [Spice-devel] [spice-common opus support 2/5 (take 2)] Add support for the Opus codec.

2013-11-05 Thread Jeremy White
>> #if HAVE_CELT051 if (c && c->mode == >> SPICE_AUDIO_DATA_MODE_CELT_0_5_1) +{ +/* The output >> buffer size in celt determines the compression, +and >> so is essentially mandatory to use a certain value (47) */ + >> if (*out_size > SND_CODEC_CELT_COMPRESSED_FRAME_BYTES) +

Re: [Spice-devel] [spice-common opus support 2/5 (take 2)] Add support for the Opus codec.

2013-11-05 Thread Christophe Fergeau
On Thu, Oct 31, 2013 at 12:13:36PM -0500, Jeremy White wrote: > Signed-off-by: Jeremy White > --- > common/Makefile.am |2 + > common/snd_codec.c | 130 > ++-- > common/snd_codec.h | 17 +-- > configure.ac |9 > spice.prot

[Spice-devel] [spice-common opus support 2/5 (take 2)] Add support for the Opus codec.

2013-10-31 Thread Jeremy White
Signed-off-by: Jeremy White --- common/Makefile.am |2 + common/snd_codec.c | 130 ++-- common/snd_codec.h | 17 +-- configure.ac |9 spice.proto|1 + spice1.proto |1 + 6 files changed, 151 insertions