]> git.tdb.fi Git - libs/al.git/commit
Split Sound into SoundDecoder and Waveform parts
authorMikko Rasa <tdb@tdb.fi>
Tue, 20 Nov 2012 14:48:04 +0000 (16:48 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 20 Nov 2012 14:48:04 +0000 (16:48 +0200)
commit6cc0f1735a00e8f9eb80ff0c9468fb67205f6d20
tree628779aea577495489f55c6b0bc52205eb306814
parent17948408eafd48ea529acd0a70cc45fc5973cb10
Split Sound into SoundDecoder and Waveform parts
12 files changed:
source/buffer.cpp
source/buffer.h
source/jukebox.cpp
source/jukebox.h
source/sound.cpp [deleted file]
source/sound.h [deleted file]
source/sounddecoder.cpp [new file with mode: 0644]
source/sounddecoder.h [new file with mode: 0644]
source/streamer.cpp
source/streamer.h
source/waveform.cpp [new file with mode: 0644]
source/waveform.h [new file with mode: 0644]