|
From: Lasse Kärkkäi. <tr...@us...> - 2009-07-24 03:08:16
|
Module: performous Branch: master Commit: 7db51424e7556d0d9c947e9fc94cf33d0a45362a Author: Lasse Karkkainen <tro...@tr...> Date: Fri Jul 24 06:07:18 2009 +0300 Rewrote audio buffering/stream system in a new way so that it loads the entire song into buffer. Related fixes and cleanup everywhere. Pause is still broken. --- game/audio.cc | 33 +++++++--------- game/audio.hh | 35 ++++++----------- game/ffmpeg.cc | 6 +- game/ffmpeg.hh | 74 +++++++++++------------------------ game/screen_practice.cc | 12 +++--- game/screen_sing.cc | 15 +------ game/screen_sing.hh | 1 - libs/libda/include/libda/mixer.hpp | 6 +- 8 files changed, 65 insertions(+), 117 deletions(-) |