File: TODO

package info (click to toggle)
rplay 3.3.2-20
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,472 kB
  • sloc: ansic: 42,331; makefile: 1,281; perl: 742; tcl: 345; sh: 311; java: 220
file content (30 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download | duplicates (11)
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 $