de.sciss.strugatzki

FeatureCorrelation

object FeatureCorrelation extends WithDefaults

A processor which searches through the database and matches entries against a given audio file input. Returns a given number of best matches.

Linear Supertypes
WithDefaults, ProcessorFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FeatureCorrelation
  2. WithDefaults
  3. ProcessorFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Config extends ConfigLike

    Definition Classes
    FeatureCorrelation → ProcessorFactory
  2. final class ConfigBuilder extends ConfigLike

  3. sealed trait ConfigLike extends AnyRef

    All durations, spans and spacings are given in sample frames with respect to the sample rate of the audio input file.

  4. type Generic = GenericProcessor[Product]

    Attributes
    protected
    Definition Classes
    ProcessorFactory
  5. final case class Match(sim: Float, file: File, punch: Span, boostIn: Float, boostOut: Float) extends scala.Product with Serializable

  6. type Observer = PartialFunction[Update[Product, Repr], Unit]

    Definition Classes
    ProcessorFactory
  7. type Prepared = Repr with Processor[Product, Repr] with processor.Processor.Prepared

    Attributes
    protected
    Definition Classes
    ProcessorFactory
  8. type Product = IndexedSeq[Match]

    The result is a sequence of matches, sorted by descending similarity

    The result is a sequence of matches, sorted by descending similarity

    Definition Classes
    FeatureCorrelation → ProcessorFactory
  9. final case class Punch(span: Span, temporalWeight: Float = 0.5) extends scala.Product with Serializable

  10. type Repr = FeatureCorrelation

    Definition Classes
    FeatureCorrelation → ProcessorFactory

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. object Config

  7. object ConfigBuilder

  8. object Match extends Serializable

  9. object Punch extends Serializable

    where temporal weight is between 0 (just spectral corr) and 1 (just temporal corr)

  10. final def apply(): Repr with processor.Processor.Prepared

    Definition Classes
    WithDefaults
  11. final def apply(config: Config): Repr with processor.Processor.Prepared

    Definition Classes
    ProcessorFactory
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def defaultConfig: Config

    Attributes
    protected
    Definition Classes
    FeatureCorrelation → WithDefaults
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  24. def prepare(config: Config): Prepared

    Attributes
    protected
    Definition Classes
    FeatureCorrelation → ProcessorFactory
  25. final def run(observer: Observer)(implicit exec: ExecutionContext): Repr

    Definition Classes
    WithDefaults
  26. final def run(config: Config)(observer: Observer)(implicit exec: ExecutionContext): Repr

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. var verbose: Boolean

  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
    @throws( ... )

Inherited from WithDefaults

Inherited from ProcessorFactory

Inherited from AnyRef

Inherited from Any

Ungrouped