Package

scalaudio.core

types

Permalink

package types

Created by johnmcgill on 5/22/16.

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

Type Members

  1. case class AudioDuration(nSamples: Long)(implicit audioContext: AudioContext) extends Ordered[AudioDuration] with Product with Serializable

    Permalink

    Created by johnmcgill on 1/18/16.

  2. case class AudioDurationRichInt(n: Int)(implicit audioContext: AudioContext) extends Product with Serializable

    Permalink
  3. type AudioRate[T] = Array[T]

    Permalink
  4. type AudioSignal = Array[Double]

    Permalink
  5. type ControlRate[T] = T

    Permalink
  6. type Frame = Array[Sample]

    Permalink
  7. type MultichannelAudio = List[AudioSignal]

    Permalink
  8. case class Pitch(freqInHz: Double) extends Product with Serializable

    Permalink

    Created by johnmcgill on 1/20/16.

  9. case class PitchRichDouble(d: Double) extends Product with Serializable

    Permalink
  10. case class PitchRichInt(i: Int) extends Product with Serializable

    Permalink
  11. type Sample = Double

    Permalink
  12. type Signal[T] = Either[ControlRate[T], AudioRate[T]]

    Permalink

Value Members

  1. object AudioDuration extends Serializable

    Permalink
  2. object DurationConverter

    Permalink
  3. object Pitch extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped