¡@

Home 

2014/10/16 ¤W¤È 08:23:27

android Programming Glossary: samplesin

How to convert the WAV/OGG file to FLAC file in Android?

http://stackoverflow.com/questions/9733064/how-to-convert-the-wav-ogg-file-to-flac-file-in-android

throw newEx int channels 1 format.getChannels boolean bigEndian false format.isBigEndian byte samplesIn new byte int MAX_READ int samplesRead int framesRead int sampleData new int MAX_READ channels frameSize int blockSize.. int blockSize sc.getMaxBlockSize int unencodedSamples 0 int totalSamples 0 while samplesRead sin.read samplesIn 0 MAX_READ 1 System.err.println Read read framesRead samplesRead frameSize if bigEndian for int i 0 i framesRead.. int totalTemp 0 for int x bytesPerSample 1 x 0 x int upShift 8 x if x 0 don't mask...we want sign temp samplesIn bytesPerSample i x upShift else temp samplesIn bytesPerSample i x lower8Mask upShift totalTemp totalTemp temp ..