Package

za.co.monadic.scopus

pcm

Permalink

package pcm

Visibility
  1. Public
  2. All

Type Members

  1. case class PcmDecoderFloat(fs: SampleFrequency, channels: Int) extends DecoderFloat with Product with Serializable

    Permalink

    Decode array in PCM.

    Decode array in PCM. Raw types are converted to bytes with the first byte indicating the data type. A "0" indicates Short types and a "1" indicates a Float type

  2. case class PcmDecoderShort(fs: SampleFrequency, channels: Int) extends DecoderShort with Product with Serializable

    Permalink

    Decode array in PCM.

    Decode array in PCM. Raw types are converted to bytes with the first byte indicating the data type. A "0" indicates Short types and a "1" indicates a Float type

  3. case class PcmEncoder(sampleFreq: SampleFrequency, channels: Int) extends Encoder with Product with Serializable

    Permalink

    Encode array in PCM.

    Encode array in PCM. Raw types are converted to bytes with the first byte indicating the data type. A "0" indicates Short types and a "1" indicates a Float type

Ungrouped