micromod.output
Interface PCM16

All Known Implementing Classes:
PCM16StreamOutputDevice

public interface PCM16

PCM (Pulse Code Modulation) audio consists of regularly spaced "impulses". The spacing of these impulses per second is determined by the sampling rate. A correct implementation of this interface should contain an appropriate representation of 16 bit PCM audio.


Method Summary
 int getSamplingRate()
           
 

Method Detail

getSamplingRate

public int getSamplingRate()
Returns:
The PCM sampling rate