mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
buffering
git-svn-id: svn://elaine/murooma/trunk@37 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
f5c1003370
commit
59ea32bc23
1 changed files with 1 additions and 1 deletions
2
chunk.h
2
chunk.h
|
@ -1,7 +1,7 @@
|
|||
#ifndef CHUNK_H
|
||||
#define CHUNK_H
|
||||
|
||||
#define MS (25)
|
||||
#define MS (50)
|
||||
//44100 / 20 = 2205
|
||||
#define SAMPLE_RATE (44100)
|
||||
#define SIZE (SAMPLE_RATE*4*MS/1000)
|
||||
|
|
Loading…
Add table
Reference in a new issue