ExOps

final implicit
class ExOps(x: Ex[AudioCue]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def artifact: Ex[Value]
def fileOffset: Ex[Long]

A utility method that reports the offset with respect to the file's sample rate. That is, it multiplies offset by the factor this.sampleRate / TimeRef.SampleRate

A utility method that reports the offset with respect to the file's sample rate. That is, it multiplies offset by the factor this.sampleRate / TimeRef.SampleRate

def gain: Ex[Double]
def numChannels: Ex[Int]

A simple forward to spec.numChannels

A simple forward to spec.numChannels

def numFrames: Ex[Long]

A simple forward to spec.numFrames

A simple forward to spec.numFrames

def offset: Ex[Long]
def sampleRate: Ex[Double]

A simple forward to spec.sampleRate

A simple forward to spec.sampleRate

def spec: Ex[AudioFileSpec]