ReadAlongs / SoundSwallower

An even smaller speech recognizer / force aligner
Other
32 stars 4 forks source link

Work around Windows damage, run CI on lesser platforms #31

Closed dhdaines closed 1 year ago

dhdaines commented 1 year ago

I guess it's C Programming 101, but I had not realized that the size of a text file on Windows is not the same as the return value from fread() in text mode. There's no reason to open JSON in text mode anyway since we don't care about line endings.

Also run Python tests (the ones that matter) on Windows and MacOS to ensure this doesn't happen again.