1
Audio / SFML 2.0 SoundBuffer
« on: April 17, 2011, 01:35:24 pm »
There is an example with audio.hpp and I have read again the whole doc
SoundBuffer buffer;
buffer.LoadFromFile("Shot3.wav");
Sound sound;
sound.SetBuffer(buffer);
sound.Play();
it is my fault , thanks. :oops:
SoundBuffer buffer;
buffer.LoadFromFile("Shot3.wav");
Sound sound;
sound.SetBuffer(buffer);
sound.Play();
it is my fault , thanks. :oops: