o

de.sciss.negatum

Binaural

object Binaural

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Binaural
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class IR(t: Int, p: Int) extends Product with Serializable
  2. final case class Person(pos: Vector2, azi: Radians) extends Product with Serializable
  3. final case class Position(index: Int, distance: Double) extends Product with Serializable
  4. case class PreparePartConv(sourceBuf: Buffer, fftSize: Int) extends Command with Product with Serializable
  5. final case class Radians(value: Double) extends AnyVal with Product with Serializable
  6. final case class Spk(num: Int) extends AnyVal with Product with Serializable

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. final val ChannelIndices: IndexedSeq[Int]
  5. val ChannelToMatrixMap: Map[Spk, Vector2]
  6. final val Channels: IndexedSeq[Spk]
  7. var DEBUG: Boolean
  8. final val MetersPerPixel: Double(0.012378640776699028)
  9. final val NumChans: Int
  10. final val SamplePoints: IndexedSeq[(Radians, Int)]
  11. final val Samples: IndexedSeq[IR]
  12. def angleTo(a: Vector2, b: Vector2): Radians
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. final val audioWork: File
  15. def build(target: Node, addAction: AddAction, listener: Person)(implicit tx: Txn): Group
  16. def calc(listener: Person, spk: Spk): Position

    Calculates the closest HRIR sample index and distance of a person with respect to a given speaker

    Calculates the closest HRIR sample index and distance of a person with respect to a given speaker

    listener

    position and orientation of listener

    spk

    speaker index

    returns

    a pair of HRIR sample index and distance in meters

  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. def distanceTo(a: Vector2, b: Vector2): Double
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. object Radians extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped