File: TODO

package info (click to toggle)
libaudio-wav-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 91
  • sloc: perl: 1,402; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
- re: 0x80000000 bug: can reproduce warning using 32 bit cc
- more 24 and 32 bit testing
- add test cases for 24 and 32 bit reads (remember to check pp and C)
- check inline::c 24/32 bit reads on big endian platforms
- optimize Wav/Write as was done for Wav/Read - use _init_write_sub() first,
  then Inline::C
- use XS instead of Inline for portability?