Skip to content

Implement network buffering

Sebastian Dröge requested to merge sdroege/Shortwave:buffering into master

By pausing the pipeline until uridecodebin's buffer is filled we can handle temporary network problems gracefully without audible glitches, and most importantly won't have a short glitch at the beginning of playback.

Based on an initial patch by Felix Häcker.

Fixes #440 (closed)

Merge request reports