the file to write to
the spec for the audio file, including numbers of channels and sample-rate
the signal to write.
the file to write to
the signal to write.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
the spec for the audio file, including numbers of channels and sample-rate
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.the file to write to
the spec for the audio file, including numbers of channels and sample-rate
the signal to write.