AudioFileOut

final case class AudioFileOut(in: D, file: URI, spec: AudioFileSpec) extends SingleOut[Long]

A UGen that reads in an audio file. The output signal is the monotonously increasing number of frames written, which can be used to monitor progress or determine the end of the writing process. The UGen keeps running until the in signal ends.

Value parameters:
file

the file to write to

in

the signal to write.

spec

the spec for the audio file, including numbers of channels and sample-rate

Companion:
object
trait Serializable
trait SingleOut[Long]
trait Lazy[Long]
trait GE[Long]
trait Expander[UGenInLike[Long]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product