Skip to content

Fix stereo signal processing within audiofilters.Filter#11025

Open
relic-se wants to merge 1 commit into
adafruit:mainfrom
relic-se:audiofilters_filter_stereo
Open

Fix stereo signal processing within audiofilters.Filter#11025
relic-se wants to merge 1 commit into
adafruit:mainfrom
relic-se:audiofilters_filter_stereo

Conversation

@relic-se
Copy link
Copy Markdown

@relic-se relic-se commented May 23, 2026

Previously, left and right channels of stereo audio data were being treated as mono when processing through audiofilters.Filter. This update properly handles stereo data within this class by separating channel sample data into filter_states and filter_buffer.

For interest, @gamblor21 @todbot

Fixes #11024

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.

Stereo audio panning with audiofilters.Filter

1 participant