]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Use variable-sized input buffer for the audiod pipe.
authorAndre Noll <maan@systemlinux.org>
Sun, 5 Jul 2009 08:44:23 +0000 (10:44 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 5 Jul 2009 08:44:23 +0000 (10:44 +0200)
commitbced94f9f81fdf355b61738e968aa8b61bfc36e7
treed628c565ae2113308e6ab7ee8197989749ee5c4b
parentbc086fe5537bd3078b920454958b61287a75c568
gui: Use variable-sized input buffer for the audiod pipe.

The previous fixed size of 8192 might be too small if the audio file contains large
tags. OTOH, 8192 is much too large for the bulk of all audio files. So use a small
buffer that gets increased on demand.
gui.c