This commit is contained in:
badaix 2016-04-09 14:15:52 +02:00
parent e44eaad767
commit ae557f0d79
2 changed files with 1 additions and 2 deletions

View file

@ -52,7 +52,7 @@ protected:
void adjustVolume(char *buffer, size_t count, double volume)
{
T* bufferT = (T*)buffer;
//TODO: SWAP_T
//TODO: SWAP_T. Hard coded to 16 bit audio
for (size_t n=0; n<count; ++n)
bufferT[n] = (T)(SWAP_16(((T)SWAP_16(bufferT[n])) * volume));
}

View file

@ -1,7 +1,6 @@
*TODO:
-Server ping client?
-Server: OnResync while terminating?!?
-Clean up build process for Android
-LastSeen: relative time [s] or [ms]?
-Android crash: Empty latency => app restart => empty client list
-Segfault when ^c on OpenWrt with client connected