TODO 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Here's a list of what I (erikd AT mega-nerd DOT com) think needs to be
  2. done. The list is by no means exhaustive and people are encouraged to
  3. email me with suggestions.
  4. o Add pipe in/out capabilities. libsndfile should be able to read
  5. its input from a pipe and write its output to a pipe.
  6. o Add checks of the error state after fseek???? Use ferror ().
  7. o Modify tests/lossy_comp_test.c to add tests for stereo files.
  8. o Testing compilation and correctness on more platforms.
  9. o Improve testing routines. Must test all combinations of inputs
  10. and outputs.
  11. o Test sf_seek function on write???
  12. o Add more sound file formats. People should contact me with their
  13. requirements.
  14. o Add support for accessing sound formats with multiple audio
  15. data sections (ie samples within tracker files, Soundfont II and
  16. multi-sample sampler formats).
  17. o Add an interface to allow reading and writing of sample loop points
  18. and other info within AIFF and other file formats. This must be a
  19. general solution.
  20. o Improve documentation. Is HTML documentation good enough?
  21. o Look into the possibility of optional sample rate convert on file
  22. read.
  23. As I am the person who knows libsndfile best, I can probably implement
  24. any new features faster than anybody else (and you can spend your time
  25. writing applications with libsndfile). All I need is some
  26. documentation and some sample files. Please contact me before emailing
  27. me documentation and sample files. I would much rather pull them off
  28. the web than have them clogging up my email inbox.