README2.TXT
上传用户:dshsh2009
上传日期:2007-01-07
资源大小:155k
文件大小:1k
源码类别:

mpeg/mp3

开发平台:

Unix_Linux

  1. I found this in a zip file, the test suite missing, as well as the Makefile.
  2. I hacked together a quick makefile, and altered the musicout code so that if
  3. the destination filename is "stdout" it writes the song to stdout so you can
  4. pipeline it into sox then into /dev/audio or your equivilant.  (Handling
  5. 30 meg files takes mucho diskspace I dont have :)
  6. I have both encoded and decoded with this.  I decoded a song off the IUMA 
  7. archives, and encoded a topgun soundtrack I digitzed myself.  One thing to 
  8. note, at the default encoding bitrate of 384 bits, things dont compress hardly
  9. at all, you'll want to input something like 128 bits, which does on average
  10. 8-10:1 compression.
  11. Encoding takes a *LONG* time... :)
  12. -Crh