Skip to content Skip to sidebar Skip to footer
Showing posts with the label Endianness

Get Int From Bytes In Java, Encoded First In C#

I am having a problem converting an int from a byte array first encoded in C#. I first convert it i… Read more Get Int From Bytes In Java, Encoded First In C#

Strange Uuid Reversal From Fetchuuidswithsdp

I have a python bluetooth server (using PyBluez) running on a raspberry pi. The uuid I use in the s… Read more Strange Uuid Reversal From Fetchuuidswithsdp

Converting 16bitpcm To .wav, After Switching Endianness, The .wav File Plays Backwards

I am trying to build an Android app that records PCM audio and exports it as a wav file. It worked … Read more Converting 16bitpcm To .wav, After Switching Endianness, The .wav File Plays Backwards