Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase the buffer size for popo noise #1384

Open
wants to merge 1 commit into
base: celadon/r/mr0/stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading