Load from a soundfile.
Sound s1 = new Sound(); s1.loadFromFile(new VorbisFile("samples/audio/orchestral.ogg"));
See: BaseSoundFile See: VorbisFile See: WaveFile
See Implementation
Load from a soundfile.