Uses of Interface
org.refcodes.audio.SampleBuilder
-
Uses of SampleBuilder in org.refcodes.audio
Modifier and TypeInterfaceDescriptioninterface
SampleBuilder<S extends SoundSample,
B extends SampleBuilder<S, B>> Base interface for sample builders such as theMonoSampleBuilder
or theSoundSampleBuilder
.Modifier and TypeInterfaceDescriptioninterface
TheMonoSampleBuilder
extends theSoundSample
with builder functionality.interface
TheSoundSampleBuilder
extends theSoundSample
with builder functionality.Modifier and TypeClassDescriptionclass
AMonoSampleBuilderImpl
represents a single amplitude (one for the mono channel) assigned to an according time positioning.class
ASoundSampleBuilder
represents multiple amplitudes (one for each channel,e.g. two in case we have classical stereo sound) assigned to an according time positioning.