mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +02:00
comments
This commit is contained in:
parent
e44eaad767
commit
ae557f0d79
2 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue