Logo
Explore Help
Register Sign In
hexianglong/snapclient
1
0
Fork 0
You've already forked snapclient
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
fafbb26a95c0ee3f78d0ffeb368944461c9a44c1
snapclient/html/ma_tempmonitor.js

11 lines
205 B
JavaScript
Raw Normal View History

- 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
let delayGraph;
let delaySeries;
function initTempMonitor() {
delaySeries = new TimelineDataSeries();
delayGraph = new TimelineGraphView('delayGraph','delayCanvas');
delayGraph.updateEndDate();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 24.7.0 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API