Package adams.data.audio
Interface RawAudioDataSupporter
-
- All Known Implementing Classes:
WaveContainer
public interface RawAudioDataSupporter
Interface for classes that give access to the raw audio data.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getRawData()
Returns the raw data.
-