TODO
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. Here's a list of what I (erikd@zip.com.au) think needs to be done. The
  2. list is by no means comprehensive and people are encouraged to email
  3. 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 autoconf type tests for IEEE read/write compatibility.
  7.         
  8.   o Add checks of the error state after fseek???? Use ferror ().
  9.   o Modify tests/lossy_comp_test.c to add tests for stereo files.
  10.   o Testing compilation and correctness on more platforms.
  11.   o Improve testing routines. Must test all combinations of inputs
  12.     and outputs.
  13.   
  14.   o Test sf_seek function on write???
  15.   
  16.   o Get hold of a couple of Sun/Next AU files containing 32 and 64 bit 
  17.     floating point data write code to read and write them (well at least
  18.     the 32 bit ones).
  19.   o Add more sound file formats. People should contact me with their
  20.     requirements. 
  21.   o Add support for accessing sound formats with multiple audio
  22.     data sections (ie samples within tracker files, Soundfont II and 
  23.     multi-sample sampler formats). 
  24.     
  25.   o Add an interface to allow reading and writing of sample loop points 
  26.     and other info within AIFF and other file formats. This must be a 
  27.     general solution.
  28.   o Improve documentation. Is HTML documentation good enough?
  29.   
  30.   o Look into the possibility of optional sample rate convert on file 
  31.     read.
  32.     
  33. As I am the person who knows libsndfile best, I can probably implement 
  34. any new features faster than anybody else (and you can spend your time
  35. writing applications with libsndfile). All I need is some 
  36. documentation and some sample files. Please contact me before emailing
  37. me documentation and sample files. I would much rather pull them off
  38. the web than have them clogging up my email inbox.
  39.