Uses of Class
htw.ai.dln.Exceptions.UnsupportedFrameSizeException
-
Packages that use UnsupportedFrameSizeException Package Description <Unnamed> htw.ai.dln htw.ai.dln.utils -
-
Uses of UnsupportedFrameSizeException in <Unnamed>
Methods in <Unnamed> that throw UnsupportedFrameSizeException Modifier and Type Method Description static void
MainTest. main(java.lang.String[] args)
-
Uses of UnsupportedFrameSizeException in htw.ai.dln
Methods in htw.ai.dln that throw UnsupportedFrameSizeException Modifier and Type Method Description int[]
AptDecoder. decode()
APT Decoder Decodes an audio to an image Result will be the raw decoded image (no sync) or corrections The Result will depend a lot from the amount of noise in the input signalint[]
IAptDecoder. decode()
-
Uses of UnsupportedFrameSizeException in htw.ai.dln.utils
Methods in htw.ai.dln.utils that throw UnsupportedFrameSizeException Modifier and Type Method Description static int[]
WavUtils. convertByteArray(byte[] audioData, int frameSize, boolean isBigEndian)
Converts the byte array into an array of integers where each integer corresponds to an audio sample.
-