Go to file
'mr software' 690978a294 more organization 2023-10-08 21:37:55 -07:00
inc more organization 2023-10-08 21:37:55 -07:00
scr organization 2023-10-08 21:26:36 -07:00
.gitignore more organization 2023-10-08 21:37:55 -07:00
README.md more organization 2023-10-08 21:37:55 -07:00
UNLICENSE source code 2023-10-02 00:49:00 -07:00
build more organization 2023-10-08 21:37:55 -07:00
main.c more organization 2023-10-08 21:37:55 -07:00
mp3.c more organization 2023-10-08 21:37:55 -07:00

README.md

MPEG-1 Layer III

the best audio format in fact

(it is true)

files

  • main.c: test application for the library
  • mp3.c: library code
  • inc: includes
    • dat.h: miscellaneous tables and constants needed by the library
    • huffman.h: generated huffman table
    • mp3.h: library header, include this in client code
  • scr: scripts unneeded to use the library, provided for reference purposes
    • huff: wrapper for huffcvt, generating huffman tables copied to the clipboard from the mp3 specification
    • scr/huffcvt.c: changes huffman string format to c array