za.co.monadic.scopus.speex

SpeexDecoderShort

class SpeexDecoderShort extends SpeexBase with DecoderShort

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SpeexDecoderShort
  2. DecoderShort
  3. Decoder
  4. Codec
  5. SpeexBase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpeexDecoderShort(fs: SampleFrequency, enhance: Boolean)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(count: Int): Try[Array[Short]]

    Decode an erased (i.

    Decode an erased (i.e. not received) audio packet. Note you need to specify how many samples you think you have lost so the decoder can attempt to deal with the erasure appropriately.

    returns

    A Try containing decompressed audio in Float format

    Definition Classes
    SpeexDecoderShortDecoderShort
  7. def apply(compressedAudio: Array[Byte]): Try[Array[Short]]

    Decode an audio packet to an array of Shorts

    Decode an audio packet to an array of Shorts

    compressedAudio

    The incoming audio packet

    returns

    A Try containing decoded audio in Short format

    Definition Classes
    SpeexDecoderShortDecoderShort
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val channels: Int

    Definition Classes
    SpeexBase
  10. var clean: Boolean

    Definition Classes
    SpeexBase
  11. def cleanup(): Unit

    Something odd occurs in the JVM so we get occasional requests to delete state with a zero pointer.

    Something odd occurs in the JVM so we get occasional requests to delete state with a zero pointer. This implies finalize is called on this object after the "decoder" attribute has been set to zero. Ugly.

    Definition Classes
    SpeexBase
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val decodedBuf: Array[Short]

  14. val decoder: Long

    Definition Classes
    SpeexBase
  15. val en: Int

    Definition Classes
    SpeexBase
  16. val enhance: Boolean

    Definition Classes
    SpeexDecoderShortSpeexBase
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. final def finalize(): Unit

    Definition Classes
    Codec → AnyRef
  20. val fs: SampleFrequency

    Definition Classes
    SpeexDecoderShortDecoderSpeexBase
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getDetail: String

    returns

    A discription of this instance of an encoder or decoder

    Definition Classes
    SpeexDecoderShortCodec
  23. def getSampleRate: Int

    Definition Classes
    SpeexBase
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def reset(): Int

    Definition Classes
    SpeexBase
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DecoderShort

Inherited from Decoder

Inherited from Codec

Inherited from SpeexBase

Inherited from AnyRef

Inherited from Any

Ungrouped