This website requires JavaScript.
Explore
Help
Register
Sign In
hexianglong
/
snapclient
Watch
1
Star
0
Fork
0
You've already forked snapclient
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
snapclient
/
components
/
libmedian
/
CMakeLists.txt
Add File
New File
Apply Patch
3 lines
92 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
- optimize buffer sizes for latency and synchronization and i2s - drop ADF pipeline stuff related to playback, this introduced too much non deterministic delay - add fast median calculation component - increase LWIP buffers
2021-04-22 18:15:21 +02:00
idf_component_register
(
SRCS
"MedianFilter.c"
- merge with original master from jorgen - minimize RAM usage of all components - use both IRAM and DRAM in player component so we can buffer up to 1s on modules without SPI RAM - support fragemented pcm chunks so we can use all available RAM if there isn't a big enough block available but still enough HEAP - reinclude all components from jorgen's master branch - add custom i2s driver to get a precise timing of initial sync - change wrong usage of esp_timer for latency measurement of snapcast protocol - add player component
2021-08-19 21:57:16 +02:00
I
N
C
L
U
D
E
_
D
I
R
S
"
i
n
c
l
u
d
e
"
)
Reference in New Issue
Copy Permalink