Skip to content

TapToTone: Add averageFilter to dynamically remove noise from the audio signal.#2360

Merged
hasinur010 merged 1 commit intogoogle:mainfrom
hasinur010:tap2tone
Apr 2, 2026
Merged

TapToTone: Add averageFilter to dynamically remove noise from the audio signal.#2360
hasinur010 merged 1 commit intogoogle:mainfrom
hasinur010:tap2tone

Conversation

@hasinur010
Copy link
Copy Markdown
Collaborator

averageFilter detects and removes noise based on the average and standard deviation of the signal. Note that, in Tap to Tone test, tap and tone sound occupies a very smaller number of samples compared to the noise. So, the average will lean toward the noise. The standard deviation will help us to define the range to be considered.

We need to test the change in different devices and further modify if needed based on the outcomes.

…ut audio signal.

averageFilter detects and removes noise based on the average and standard deviation of the signal. Note that, in Tap to Tone test, tap and tone sound occupies a very smaller number of samples compared to the noise. So, the average will lean toward the noise. The standard deviation will help us to define the range to be considered.
@hasinur010 hasinur010 requested a review from robertwu1 April 2, 2026 18:16
@hasinur010 hasinur010 self-assigned this Apr 2, 2026
@hasinur010 hasinur010 merged commit 9abad7d into google:main Apr 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants