Interface ExampleSound
- All Known Implementing Classes:
SimpleExampleSound
public interface ExampleSound
Create an example sound.
- Author:
- Jamie Macaulay
-
Method Summary
-
Method Details
-
getWave
double[] getWave()Get the wave .- Returns:
- the wave
-
getSampleRate
float getSampleRate()Gte the sample rate .- Returns:
- get the sample rate.
-