-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
30 lines (19 loc) · 1.09 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
rplay TODO - A random list of things that may (not) be fixed/changed/implemented.
* rplayd tends to peg the cpu when it is trying to connect to another rplayd.
This needs to be fixed.
* Support more than one audio device in rplayd. A client should be able to
specify which device to use. Should there be more than one audio spool?
* Add RPLAY_VOLUME_LEFT and RPLAY_VOLUME_RIGHT attributes. RPLAY_VOLUME should
still apply to both left & right.
* rplayd needs to be updated to use the RPTP `set application=rplayd' command when
connecting to other rplay servers.
* Improve rplayd's RPTP error messages.
* Fix memory leak in lib/hash.c!
* Have rplayd play certain sounds at startup, shutdown, when a sound isn't
found, etc.
* When clients tell rplayd to play a sound that's actually a directory, rplayd will
of course not play the directory, but it keeps the directory in its sound list.
rplayd should remove the directories from its list.
* Stereo G.72x files don't work and I don't know how to fix 'em.
* Don't modify audio-port by default
$Id: TODO,v 1.3 1999/03/10 07:51:00 boyns Exp $