Hello, What is meaning this constants at .ino file 88000 and 8000? ``` const int waveDataSize = record_time * 88000; const int numCommunicationData = 8000; ``` Is it somehow belongs to sample rate 44100 Hz @ 16bits?