Uses of Class
ca.phon.audio.UnsupportedFormatException
Packages that use UnsupportedFormatException
-
Uses of UnsupportedFormatException in ca.phon.audio
Methods in ca.phon.audio that throw UnsupportedFormatExceptionModifier and TypeMethodDescriptionstatic AudioFileInfoAudioIO.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 voidAudioIO.decodeFrame(byte[] buffer, int offset, AudioFileEncoding encoding, int numberOfChannels, double[] samples, int sampleOffset) Decode a single frame of channel interleaved audio data frombufferatoffsetusingencoding.static byte[]AudioIO.encodeFrame(double[] samples, AudioFileEncoding encoding) static booleanAudioIO.encodeFrame(double[] samples, AudioFileEncoding encoding, byte[] buffer, int offset) Encode frame using encoding into buffer at offsetstatic AudioFileAudioIO.openAudioFile(File file)