Tags: shelbyserinah/sam
Tags
Bugfix release 0.1.2 Fixes: - Define moduleName explicitly under buildSrc This fixes a build problem in Windows (discordier#2). - Debug output: was skipping every other phoneme (discordier#3) - Constants `RISING_INFLECTION` and `FALLING_INFLECTION` were actually named inverse - has been corrected (discordier#3). - Small typo corrected in doc comment (discordier#3). - `RenderSample()` must wrap the value at `0x100` for non pitched output as it is an `unsigned char` in the original code, the missing `& 0xFF` has been added (discordier#4). - `FLAG_PLOSIVE` was used for voiceless stops, so its name was misleading. A "stop consonant" is the same as a "plosive", so there were two different flags with synonymous names. We now have `FLAG_UNVOICED_STOPCONS` and `FLAG_STOPCONS`, which transport the meaning better (discordier#5). Thanks to @tyomitch for these fixes.
Bump 0.1.1 to resolve CVE-2019-19919 This resolves a warning for CVE-2019-19919 for handlebars. We did not use handlebars ourselves and therefore were safe but bumping non the less.
This new release features major restructuring of the ABI. See README.md for some examples. It also updates the build infrastructure to the latest and greatest versions and additionally switches from `npm` to `yarn`. Some micro tweaks are also contained. So have fun.