I have a windows side application and an Android App, both of which are set to capture data from the Thingy Sound Service.
On the windows application, the data after being written to a file looks like 16kHz Audio.
On the Android application, it looks like 8kHz, when looking at the number of samples written.
Which one is supposed to be correct? I know the Thingy sends of BLE in 8-bit/8khz encoded, but the raw data is 16khz/16bit. The waveforms both look similar, it's just the amount of data in each file.