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. Codec
  4. SpeexBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. 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
  5. 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
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. var clean: Boolean

    Definition Classes
    SpeexBase
  8. 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
  9. def clone(): AnyRef

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

  11. val decoder: Long

    Definition Classes
    SpeexBase
  12. val en: Int

    Definition Classes
    SpeexBase
  13. val enhance: Boolean

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

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

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

    Definition Classes
    Codec → AnyRef
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getDetail: String

    returns

    A discription of this instance of an encoder or decoder

    Definition Classes
    SpeexDecoderShortCodec
  19. def getSampleRate: Int

    Definition Classes
    SpeexBase
  20. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  25. def reset(): Int

    Definition Classes
    SpeexBase
  26. val sampleFreq: SampleFrequency

    Definition Classes
    SpeexDecoderShortSpeexBase
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DecoderShort

Inherited from Codec

Inherited from SpeexBase

Inherited from AnyRef

Inherited from Any

Ungrouped