master
Fix getting audio when `hts_engine` compiled with CLang on opt levels higher than `-O0`. The functions in `HTS_audio.c` got inlined and optimized out, and so the functions from `core/str_hts_engine_impl.cpp` had not been plugged in their place. The proper solution is moving these functions into a struct and configuring this struct in runtime, but for now we just compile as an OBJECT.
Replace MAGE with our own streaming synthesis implementation. (#569)
Fix indentation in `HTS_fwrite_little_endian`
Remove the unused `frame_length` variable in `HTS_SStreamSet_create`.