Uses of Interface
ca.phon.audio.Sampled
Packages that use Sampled
-
Uses of Sampled in ca.phon.audio
Classes in ca.phon.audio that implement SampledModifier and TypeClassDescriptionclass
final class
final class
class
Wrapper around a sampled object allowing access to a filtered list of channelsfinal class
Empty audio samples of specified length and format.class
A wrapper around a multi-channel sampled which returns samples as an average of all channels.Methods in ca.phon.audio that return SampledModifier and TypeMethodDescriptionChannelFilteredSampled.getSampled()
Resample given sampled with provided sample rate and quality.Methods in ca.phon.audio with parameters of type SampledModifier and TypeMethodDescriptionstatic double[][]
SampledUtil.getWindowExtrema
(Sampled sampled, int firstSample, int lastSample) static void
SampledUtil.getWindowExtrema
(Sampled sampled, int channel, int firstSample, int lastSample, double[] extrema) Resample given sampled with provided sample rate and quality.static int
AudioIO.writeSamples
(Sampled samples, int firstSample, int numSamples, AudioFileEncoding encoding, byte[] buffer, int offset) Write numSamples from Sampled starting at firstSample into the buffer starting at offsetstatic int
AudioIO.writeSamples
(Sampled samples, int firstSample, int numSamples, AudioFileEncoding encoding, OutputStream os) static void
AudioIO.writeSamplesToFile
(Sampled samples, int firstSample, int numSamples, AudioFileEncoding encoding, File file) static void
AudioIO.writeSamplesToFile
(Sampled samples, int firstSample, int numSamples, AudioFileType fileType, AudioFileEncoding encoding, File file) Constructors in ca.phon.audio with parameters of type SampledModifierConstructorDescriptionChannelFilteredSampled
(Sampled sampled, int[] channels) MonoSampled
(Sampled sampled) -
Uses of Sampled in ca.phon.media
Methods in ca.phon.media that return SampledModifier and TypeMethodDescriptionAudioFileLongSound.getSampled()
abstract Sampled
LongSound.getSampled()
As sampledSampledPlaySegment.getSampled()
Constructors in ca.phon.media with parameters of type SampledModifierConstructorDescriptionSampledExportSegment
(Sampled samples, AudioFileType type, AudioFileEncoding encoding) SampledPlaySegment
(Sampled sampled) SampledPlaySegment
(Sampled sampled, VolumeModel volumeModel)