File: TODO

package info (click to toggle)
nas 1.9.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 8,140 kB
  • sloc: ansic: 52,109; makefile: 31,375; sh: 8,077; perl: 1,104; yacc: 249; cpp: 216; lex: 68
file content (24 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$Id: TODO 246 2007-05-12 01:03:53Z jon $
$NCDId: @(#)TODO,v 1.3 1994/04/07 21:18:56 greg Exp $

- remove obsolete 'register' usage.

- be able to handle larger sample rates like 96Khz.  The protocol limits
  the sample rate to an unsigned short, which will require a protocol
  change to fix.

- auplay
	- playing other formats than .au from stdin (cmdline opt?)

- Automatic track matching: server automatically inserts a bundler to
  do the right thing.

- Generate events when device attributes are changed or buckets are destroyed.

- Allow an output device to be used as an input.  The resulting data would
  be what was last sent to that device.  This would allow a client to display
  a meter that would indicate what was actually coming out of a speaker, even
  if the data was from multiple clients.

- Improve I/O error handling, possibly by inserting a pseudo event into
  the event queue.