mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
correction
git-svn-id: svn://elaine/murooma/trunk@118 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
b5615ec185
commit
1e28b4a2fc
2 changed files with 59 additions and 22 deletions
1
chunk.h
1
chunk.h
|
@ -8,6 +8,7 @@
|
|||
#define WIRE_CHUNK_MS (50)
|
||||
#define WIRE_CHUNK_SIZE ((SAMPLE_RATE*CHANNELS*WIRE_CHUNK_MS)/1000)
|
||||
#define WIRE_CHUNK_MS_SIZE ((SAMPLE_RATE*CHANNELS)/1000)
|
||||
#define SAMPLE_SIZE (CHANNELS)
|
||||
|
||||
#define PLAYER_CHUNK_MS (10)
|
||||
#define PLAYER_CHUNK_SIZE ((SAMPLE_RATE*CHANNELS*PLAYER_CHUNK_MS)/1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue