forked from s-macke/SAM
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature release 0.3.0 Features: - New method `SamJs.wav(text: string, phonetic?: boolean): Uint8Array;` which renders a wave buffer. See #46, #47 (thanks to @seofernando25) Fixes: - Typo `dipthong` has been corrected to `diphthong` all over the code base. This includes the flag `FLAG_DIPTHONG` which is now named `FLAG_DIPHTHONG`. Fixes #19 - Fix comments to clearify that the '*' is not a wildcard but a marker that the second char in a phoneme is to be ignored. Fixes # 21 Additionally minor changes like adding download in demo html file.
- Loading branch information
Showing
39 changed files
with
1,945 additions
and
1,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Dockerfile to build the image used to build the library. | ||
FROM node:22-alpine | ||
|
||
RUN apk --no-cache add make chromium | ||
|
||
ENV CHROME_BIN=/usr/bin/chromium | ||
|
||
WORKDIR /project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.