Use the buffer size user requested.
commit6b444968f6f3b53a86538f8df58983990072ca72
authorBartosz Taudul <wolf.pld@gmail.com>
Wed, 8 Oct 2008 16:25:00 +0000 (8 18:25 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Wed, 8 Oct 2008 16:25:00 +0000 (8 18:25 +0200)
tree452826225840aa80c6fef7d77cb065de9995d92b
parent321e9a1f9998324d1f72561bd982371533397954
Use the buffer size user requested.

Audio buffer size is there to allow a balancing act between smooth sound
playback (ie. big buffer) and low latency times (ie. small buffer). The
original author clearly didn't understood this concept, as the buffer
size here always was 256 bytes, which resulted in playback system that
had all the minuses of the two approaches but no pluses.
src/audio/symbian/SDL_epocaudio.cpp