]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found