Uses of Package
nzilbb.media.wav
-
Packages that use nzilbb.media.wav Package Description nzilbb.media.wav Classes for processing WAV files, using the javax.sound.sampled native Java API. -
Classes in nzilbb.media.wav used by nzilbb.media.wav Class Description ChannelExtractor MediaConverter that extracts a given channel from audio.FragmentExtractor MediaConverter that extracts portions of sound samples using the javax.sound.sampled API, with optional resampling.Resampler MediaConverter that converts sound samples using the javax.sound.sampled API.SingleChannelAudioInputStream Input stream that extracts a single selected channel from another input stream - i.e. read operations only return data for one stream (e.g. left channel only of a stereo recording).TruncatingAudioInputStream Input stream that truncates another input stream - i.e. read operations only return data between the given start time and end time.