Interface SoundEngineFactory

  • All Known Implementing Classes:
    BeadsSoundEngineFactory


    public interface SoundEngineFactory
    Interface implemented by the sound engine package. This provides all the sound services in an abstract way.
    • Method Detail

      • createSoundWave

        SoundWave createSoundWave()
      • getSharedSonification

        Sonification getSharedSonification()
      • createSample

        Sample createSample(java.lang.String fileAbsolutePath)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception