mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-14 06:22:50 +03:00
Ring buffer implementation
First stab at implementing a ring buffer. Now tuning should be done. The statistics report causes jitters and can be deactivated by lowering the output verbosity.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -30,6 +30,11 @@
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Build files with potential private info
|
||||
build/
|
||||
sdkconfig
|
||||
sdkconfig.old
|
||||
|
||||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
@@ -56,7 +61,6 @@ $RECYCLE.BIN/
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
sdkconfig
|
||||
*.save
|
||||
libs/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user