SAM icon indicating copy to clipboard operation
SAM copied to clipboard

Software Automatic Mouth - Tiny Speech Synthesizer

Results 26 SAM issues
Sort by recently updated
recently updated
newest added

olo thx for sharing comparing this phonetic alphabet: https://github.com/s-macke/SAM/wiki/Phonetic-Alphabet with 'original' pdf alphabet: http://www.apple-iigs.info/newdoc/sam.pdf the W whale should be WH whale i might be wrong, not sure best regards aum...

Logs: make SAM git:(master) ✗ gcc -Wall -Os -c src/reciter.c gcc -Wall -Os -c src/sam.c gcc -Wall -Os -c src/render.c gcc -Wall -Os -c src/main.c src/main.c: In function ‘main’: src/main.c:233:9:...

When I try synthesizing `123456789012345678901234567`, a segmentation fault occurs. When there are more than 16 digits next to each other (spaces don't matter), the program crashes. ```./sam "123456789012345678901234567" zsh: segmentation...

Explain like I'm five, I'm trying to get wav files of sam's voice lines but I can't even run the executable. Tried opening the notepad for instructions but I don't...

The SAM glitches out when you use `btchshk hmptchsk btchshk hmptchsk btchshk hmptchsk btchshk hmptchsk` in the web version as the input string.

i was making a wav file for the entire bee movie script to annoy some friends on a bluetooth speaker i ran into two problems so far, one is if...

Fixed a linker error complaining about variables being defined twice by altering variable names.

if sam can sing in there website,how can sam not say a 50 letter sentence?

fixed variables redefinition A, X, Y in sam.c and reciter.c fixed gcc warning -Wstringop-overflow in main.c

The #if defined __GNU_LIBRARY__ || defined __GLIBC__ at line 17 in main.c doesn't seem to trigger on cygwin, so those wrappers don't get included. Once commented out, the code compiled...