-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathtodo
43 lines (32 loc) · 1.48 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TODO
----
* review window functions for the pre-FFT stage such as:
* blackman
* kaiser
* use nix to generate appimages and flatpaks automatically
- doesn't work atm, check later
* new demo video and/or screenshots
* per-platform new default configs
- ideally through a default module just like with graphics
* configurable left OR right when in mono
- debatable use, but sure
* possibility to save settings to config file
- debatable as I think it will be too much work to support this
- partial reloads (that don't require reinitializing) should suffice here
- use ionotify to catch mistakes the user makes instead of crashing outright
* new and nicer README
- preferrably autogenerated docs
- configuration options should be documented from the code, not sure how to do
this in C though (maybe this will require a partial rewrite, again)
* better pipewire support
- allow users to specify a list of applications that the audio will be recorded of
(only one at a time unfornately, as I don't want to reinvent The Moon)
- test and fix loopback
* drop pulseaudio support
- complexity is not what I want and I don't want to support things that are not
well supported
* move alsa, portaudio, sndio, shmem and fifo into the expert audio category
- these modules require intimate understanding of how audio systems work and
therefore should not be recommended to non-expert users
* drop cairo as it's too complex to maintain both systems
- i have my own reasons, sorry