com.threerings.openal
Interface ClipProvider

All Known Implementing Classes:
OpenALSoundPlayer, WaveDataClipProvider

public interface ClipProvider

Provides a generic mechanism for loading sound data.


Method Summary
 Clip loadClip(String path)
          Loads the specified clip from the appropriate source.
 

Method Detail

loadClip

Clip loadClip(String path)
              throws IOException
Loads the specified clip from the appropriate source.

Throws:
IOException