diff --git a/sflphone-common/src/audio/codecs/celtcodec.cpp b/sflphone-common/src/audio/codecs/celtcodec.cpp
index f68fce20578cd20b526771baddd64d0f58b7271b..ad7a4eac100e24ce25e3e9a5a10f3df12fdc2801 100644
--- a/sflphone-common/src/audio/codecs/celtcodec.cpp
+++ b/sflphone-common/src/audio/codecs/celtcodec.cpp
@@ -29,7 +29,7 @@ class Celt : public AudioCodec
         Celt (int payload=0)	: AudioCodec (payload, "celt") {
 
             _clockRate = 32000;
-            _frameSize = 512;  // fixed frameSize, TODO: support variable size from 64 to 512
+            _frameSize = 320;  // fixed frameSize, TODO: support variable size from 64 to 512
             _channel = 1;
             _bitrate = 0;
             _bandwidth = 0;