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

Commit f286b827 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set HotwordAudioStreamManager buffer size to 2560" into tm-qpr-dev

parents c588abbb 6eb0a979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ final class HotwordAudioStreamManager {

    private static class SingleAudioStreamCopyTask implements Callable<Void> {
        // TODO: Make this buffer size customizable from updateState()
        private static final int COPY_BUFFER_LENGTH = 1_024;
        private static final int COPY_BUFFER_LENGTH = 2_560;

        private final String mStreamTaskId;
        private final ParcelFileDescriptor mAudioSource;