home *** CD-ROM | disk | FTP | other *** search
/ Da Capo / da_capo_vol1.bin / programs / amiga / misc / mpegaudio / readme.crh < prev    next >
Text File  |  1994-03-21  |  724b  |  17 lines

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