Skip to content

Commit

Permalink
increase the buffer size for popo noise
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdeepa committed Mar 3, 2022
1 parent f557aaa commit a74bc07
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 7bbcd0d190fed565737f1db01ce3ac3db1c20c76 Mon Sep 17 00:00:00 2001
From: gkdeepa <[email protected]>
Date: Thu, 3 Mar 2022 10:58:40 +0530
Subject: [PATCH] increase in buffersize for popo noise

Tracked-On:
---
primary/audio_hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/primary/audio_hw.c b/primary/audio_hw.c
index 6db5c0d..894f4f3 100755
--- a/primary/audio_hw.c
+++ b/primary/audio_hw.c
@@ -50,7 +50,7 @@
#define PCM_CARD_DEFAULT 0
#define PCM_DEVICE 0

-#define OUT_PERIOD_SIZE 4080
+#define OUT_PERIOD_SIZE 2048
#define OUT_PERIOD_COUNT 4
#define OUT_SAMPLING_RATE 48000

--
2.17.1

0 comments on commit a74bc07

Please sign in to comment.