gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35856 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r35856 - gnunet/src/conversation
Date: Wed, 3 Jun 2015 16:57:51 +0200

Author: harsha
Date: 2015-06-03 16:57:51 +0200 (Wed, 03 Jun 2015)
New Revision: 35856

Modified:
   gnunet/src/conversation/gnunet-helper-audio-record.c
Log:
-use defined name

Modified: gnunet/src/conversation/gnunet-helper-audio-record.c
===================================================================
--- gnunet/src/conversation/gnunet-helper-audio-record.c        2015-06-02 
20:06:45 UTC (rev 35855)
+++ gnunet/src/conversation/gnunet-helper-audio-record.c        2015-06-03 
14:57:51 UTC (rev 35856)
@@ -114,7 +114,7 @@
  * OPUS_SIGNAL_VOICE - Bias thresholds towards choosing LPC or Hybrid modes.
  * OPUS_SIGNAL_MUSIC - Bias thresholds towards choosing MDCT modes.
  */
-#define CONV_OPUS_SIGNAL OPUS_AUTO
+#define CONV_OPUS_SIGNAL OPUS_SIGNAL_VOICE
 
 /**
  * Coding mode.
@@ -656,7 +656,7 @@
   opus_encoder_ctl (enc,
                    OPUS_SET_INBAND_FEC (CONV_OPUS_INBAND_FEC));
   opus_encoder_ctl (enc,
-                   OPUS_SET_SIGNAL (OPUS_SIGNAL_VOICE));
+                   OPUS_SET_SIGNAL (CONV_OPUS_SIGNAL));
 }
 
 static void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]