Skip to content

[Frequency tests] Optimize the input process#2383

Open
HoangHongHieu wants to merge 1 commit into
mainfrom
frequency_test_output_xrun
Open

[Frequency tests] Optimize the input process#2383
HoangHongHieu wants to merge 1 commit into
mainfrom
frequency_test_output_xrun

Conversation

@HoangHongHieu

Copy link
Copy Markdown
Collaborator
  • At the end of a window data, a fft operation will be applied on the input data which cause underrun in the output stream.
frequency_test_xrun_output
  • This ticket create a worker thread to run fft separately.

- At the end of a window data, a fft operation will be applied on the input data which cause underrun in the output stream.
- This ticket create a worker thread to run fft separately.
@HoangHongHieu HoangHongHieu requested a review from robertwu1 June 12, 2026 11:05
@HoangHongHieu HoangHongHieu self-assigned this Jun 12, 2026
return mFullDuplexAnalyzer->start();
}

oboe::Result stop() override {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Please test some of the other tests in oboetester that create full duplex streams to make sure we don't have any regressions. Thanks!

@robertwu1

Copy link
Copy Markdown
Collaborator

Thanks for the quick fix!

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