mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 02:37:15 +02:00
buffering
git-svn-id: svn://elaine/murooma/trunk@43 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
935d13e9ff
commit
34fd8635d6
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 (20)
|
||||
#define MS (40)
|
||||
//44100 / 20 = 2205
|
||||
#define SAMPLE_RATE (44100)
|
||||
#define SIZE (SAMPLE_RATE*4*MS/1000)
|
||||
|
|
Loading…
Add table
Reference in a new issue