-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Media player task blocking and memory tweaks (#72)
* use psram for wifi and bluetooth buffers * reduce pipeline task priorities * don't block for typical running messages * speaker tasks blocks on read from ring buffer * fix mixing without clipping bug * mixer blocks on ring buffer writes * reader blocks on ring buffer writes * avoid compilation warning about missing fields * resampler blocks on ring buffer reads and writes * decoder blocks on ring buffer reads and writes * remove fixed delays for pipeline tasks * reduce decoder and resampler task stacks * move pipeline task stacks into internal memory * move mixer task stack to internal memory * log pipeline errors * update TODO
- Loading branch information
Showing
8 changed files
with
238 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.