Hybrid tuning
diff --git a/src/opus_encoder.c b/src/opus_encoder.c
index fafb519..b0e445f 100644
--- a/src/opus_encoder.c
+++ b/src/opus_encoder.c
@@ -113,7 +113,7 @@
             if( st->bandwidth == BANDWIDTH_SUPERWIDEBAND ) {
                 if( st->Fs == 100 * frame_size ) {
                     /* 24 kHz, 10 ms */
-                    st->silk_mode.bitRate = ( ( st->silk_mode.bitRate + 14000 - ( 1 - st->use_vbr ) * 10000 ) * 2 ) / 3;
+                    st->silk_mode.bitRate = ( ( st->silk_mode.bitRate + 8000 - ( 1 - st->use_vbr ) * 7000 ) * 2 ) / 3;
                 } else {
                     /* 24 kHz, 20 ms */
                     st->silk_mode.bitRate = ( ( st->silk_mode.bitRate + 12000 - ( 1 - st->use_vbr ) * 10000 ) * 2 ) / 3;