From 37f79f4e72e7d0cae246a36e5767702cd6d85a6f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 12 Feb 2013 15:34:53 +0000 Subject: [PATCH] added comment --- src/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.h b/src/client.h index b4025917..b838f4d8 100755 --- a/src/client.h +++ b/src/client.h @@ -66,6 +66,7 @@ // CELT number of coded bytes per audio packet // 24: mono low/normal quality 156 kbsp (128) / 114 kbps (256) // 44: mono high quality 216 kbps (128) / 174 kbps (256) +// NOTE: Must be > CELT_MINIMUM_NUM_BYTES (greater, not equal to!) #define CELT_NUM_BYTES_MONO_NORMAL_QUALITY 24 #define CELT_NUM_BYTES_MONO_HIGH_QUALITY 44