za.co.monadic.scopus

opus

package opus

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait OpusBase extends AnyRef

    Decoder base class which allows specialisations for the different return types offered by the Opus system.

  2. class OpusDecoderFloat extends DecoderFloat with OpusBase

    Specialisation for Float data return

  3. class OpusDecoderShort extends DecoderShort with OpusBase

    Specialisation for Short data return

  4. class OpusEncoder extends Encoder

    Wrapper around the Opus codec's encoder subsystem.

Value Members

  1. object Opus

    Scala interface to the Opus codec API.

  2. object OpusDecoderFloat

  3. object OpusDecoderShort

    Factory for an Opus decoder that returns Short data

  4. object OpusEncoder

Ungrouped