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

Commit 40017a30 authored by Dave Burke's avatar Dave Burke
Browse files

Disable silence suppression (causes issues with dongles).

Bug: 7426218
Change-Id: Ie1517a8017bae1f9a9b6c224cd3170dfcc5fb941
parent 1d838ceb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ namespace android {
struct ABuffer;
struct MediaCodec;

#define ENABLE_SILENCE_DETECTION        1
#define ENABLE_SILENCE_DETECTION        0

// Utility class that receives media access units and converts them into
// media access unit of a different format.
@@ -120,4 +120,3 @@ private:
}  // namespace android

#endif  // CONVERTER_H_