Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1924c9b1 authored by Eric Laurent's avatar Eric Laurent
Browse files

Revert "Revert "Enable full floating point path in AudioMixer""

This reverts commit 5dcaebbe.

Change-Id: I8bfc668baf53dc03a9516c50e2a4d625ec767d0a
parent 5dcaebbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -66,9 +66,9 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
#endif

// Set kUseNewMixer to true to use the new mixer engine. Otherwise the
// original code will be used.  This is false for now.
static const bool kUseNewMixer = false;
// Set kUseNewMixer to true to use the new mixer engine always. Otherwise the
// original code will be used for stereo sinks, the new mixer for multichannel.
static const bool kUseNewMixer = true;

// Set kUseFloat to true to allow floating input into the mixer engine.
// If kUseNewMixer is false, this is ignored or may be overridden internally