-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfixes/Improvements for media player (#37)
* quickly disable new special case fir filter * fix pipeline stopped vs playing logic * improve robustness of flac decoding * Increase http buffer size and allow setting output sample rate * fix flac sync errors after running out of data * limit http transfer size per loop * disable task debug logging * revert min http transfer size * always reset input_buffer_current * update TODOs and describe media player framework * read mute status from dac at setup * raise error if bits per sample is too high for our optimized version * block unprocessable streams * clear appropriate mixer buffer when stopping a pipeline * log which pipeline element has an error * never transfer more input samples than can be processed in 1 step * correctly account for mono to stereo adjustment * check for upsampling before scaling max input samples * fix memory leak
- Loading branch information
Showing
10 changed files
with
302 additions
and
113 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
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.