File: TODO

package info (click to toggle)
nas 1.8-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,452 kB
  • ctags: 23,094
  • sloc: ansic: 54,190; makefile: 23,934; sh: 7,406; perl: 2,208; yacc: 244; cpp: 216; lex: 63
file content (24 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (2)
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,v 1.6 2004/09/11 19:23:33 jon Exp $
$NCDId: @(#)TODO,v 1.3 1994/04/07 21:18:56 greg Exp $

- 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 different sampling rate ranges for each device.

- 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.