za.co.monadic.scopus.speex

SpeexDecoderFloat

class SpeexDecoderFloat extends SpeexBase with DecoderFloat

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SpeexDecoderFloat
  2. DecoderFloat
  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 SpeexDecoderFloat(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[Float]]

    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
    SpeexDecoderFloatDecoderFloat
  7. def apply(compressedAudio: Array[Byte]): Try[Array[Float]]

    Decode an audio packet to an array of Floats

    Decode an audio packet to an array of Floats

    compressedAudio

    The incoming audio packet

    returns

    A Try containing the decoded audio packet in Float format

    Definition Classes
    SpeexDecoderFloatDecoderFloat
  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[Float]

  14. val decoder: Long

    Definition Classes
    SpeexBase
  15. val en: Int

    Definition Classes
    SpeexBase
  16. val enhance: Boolean

    Definition Classes
    SpeexDecoderFloatSpeexBase
  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
    SpeexDecoderFloatDecoderSpeexBase
  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
    SpeexDecoderFloatCodec
  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 DecoderFloat

Inherited from Decoder

Inherited from Codec

Inherited from SpeexBase

Inherited from AnyRef

Inherited from Any

Ungrouped