This file is indexed.

/usr/share/doc/libaudio2/TODO is in libaudio2 1.9.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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.