You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ with gemini of similar
25
25
26
26
## Oliver's todo
27
27
* track audio source playing time, not audio_source_change
28
-
29
28
* track viz mode playing time (flashlight time, haptics time, glyphs time, these will be added up in the firebase charts ifpossible)
30
29
* Adaptive Smoothing: Real-time decay adjustment based on music tempo
31
30
* Latency Auto-Calibration: Sync Wizard using microphone to measure delay
@@ -34,10 +33,12 @@ with gemini of similar
34
33
* make the collapsed sections a bit bigger
35
34
36
35
## Aleks' fucking todo
36
+
* Modify the BNMV liscence so only the owner can release, and everything that other developers do should be reported to the owner. And state that debug builds should never be released to the public because they are not meant to be used by the users, but only by the developers for developing purposes.
37
37
* when the frequency range is large; they are less reactive for some reason. You don't need to divide the sum of the bins by the frequency range, the size of the frequency range. One of the causes is that the wide frequency ranges are less reactive than the narrow ones, which are usually the bass ones, so we can't really see the trebles.
38
38
***Make the haptic amplitude mode resubmit a oneshot haptic all the time, even if it doesn't change!!!** currently it doesn't resubmit when the vibration amplitude doesn't change!
39
39
* make the oneshot duration slightly longer
40
-
* enhance the built-in switches by adding an X (cross) or a done (✅) in them, like the battery guru's settings switches, and also with bouncy animations and nice haptics
40
+
* enhance the built-in switches by adding an X (cross) or a done (✅) in them, like the battery guru's settings switches, and also with bouncy animations and nice haptics
41
+
* Fix microphone latency
41
42
* decrease the decay for the android built in vizualiser (make the decay 60 fps even if the incoming data is 20fps)
42
43
* Add m3e split row selectors
43
44
* Typography menu
@@ -118,4 +119,4 @@ ALL CODE RELATED TO IT, ALSO DEPS
118
119
* Fetch `zones.config` from GitHub repo
119
120
* Fix Phone (2) screen off issues (battery optimization fix)
120
121
* Resolve Quick Settings tile functional issues
121
-
**And many things we did before moving the todo list here!*
122
+
**And many things we did before moving the todo list here!*
0 commit comments