Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.
gdsam-plugin
Godot Plugin for SAM (Software Automatic Mouth)
A GDNative library wrapper around the C port of SAM by Sebastian Macke over at https://github.com/s-macke/SAM.
Usage:
- Add the
addons/gdsamfolder to your project. - Go to
Project > Project Settings > Pluginsand Enable theGDSAMplugin. - Add a
GDSAMnode to your scene. - Call the
speak(text)function to speak orspeak2D(text, position)to speak positionally. - Call
interrupt()to interrupt any queued phrases. - Play with the
speed,pitch,mouthandthroatsettings to modify the voice. Experiment! - Some stock voices are included based on the original demo.
set_voice_default()set_voice_elf()set_voice_old_lady()set_voice_alien()set_voice_stuffy()
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.
Reviews
Quick Information
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.