Uses of Class
ca.phon.audio.UnsupportedFormatException
-
Uses of UnsupportedFormatException in ca.phon.audio
Modifier and TypeMethodDescriptionstatic AudioFileInfo
AudioIO.checkHeaders
(File file) Check headers of given file and return an filled AudioFileInfo object.static double[]
AudioIO.decodeFrame
(byte[] buffer, int offset, AudioFileEncoding encoding, int numberOfChannels) static void
AudioIO.decodeFrame
(byte[] buffer, int offset, AudioFileEncoding encoding, int numberOfChannels, double[] samples, int sampleOffset) Decode a single frame of channel interleaved audio data frombuffer
atoffset
usingencoding
.static byte[]
AudioIO.encodeFrame
(double[] samples, AudioFileEncoding encoding) static boolean
AudioIO.encodeFrame
(double[] samples, AudioFileEncoding encoding, byte[] buffer, int offset) Encode frame using encoding into buffer at offsetstatic AudioFile
AudioIO.openAudioFile
(File file)