android Programming Glossary: upshift
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 channels i int lower8Mask 255 int temp 0 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.. 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 sampleData i totalTemp.. want sign temp samplesIn bytesPerSample i x upShift else temp samplesIn bytesPerSample i x lower8Mask upShift totalTemp totalTemp temp sampleData i totalTemp else for int i 0 i framesRead channels i int lower8Mask..
|