Interface ExampleSound

All Known Implementing Classes:
SimpleExampleSound

public interface ExampleSound
Create an example sound.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Gte the sample rate .
    double[]
    Get the wave .
  • Method Details

    • getWave

      double[] getWave()
      Get the wave .
      Returns:
      the wave
    • getSampleRate

      float getSampleRate()
      Gte the sample rate .
      Returns:
      get the sample rate.