Annotation-System/hmmlib2
Matt Mascarenhas df93674bf7 cinera: Increase precision to milliseconds
This commit simply adds millisecond precision of timecodes. It includes
small changes to hmmlib.h, cinera.c and the frontend JS files.
2023-03-25 00:04:34 +00:00
..
utils hmmlib2 2.0.5: post-text marker fixes 2021-05-21 00:50:07 +01:00
.gitignore hmmlib2: hmmldump -x option for extra output, afl fuzz testing 2021-04-04 20:39:35 +01:00
README.TXT hmmlib2 single-header possibly working 2021-04-03 15:42:32 +01:00
hmmlib.h cinera: Increase precision to milliseconds 2023-03-25 00:04:34 +00:00

README.TXT

This is a single-header library for parsing the HMML Format.
See https://git.handmade.network/Annotation-Pushers/Annotation-System/-/wikis/hmmlspec

To use:
    1. #include "hmmlib.h" in any files that use the functions / data structures.
    2. in **one** of your .c files, #define HMMLIB_IMPLEMENTATION before including it.