Sandbox Logo

Metadata

{
  "ProjectTemplate": null,
  "CsProjName": "",
  "Summary": "A simple text-to-speech library!",
  "Description": "SAM (Software Automatic Mouth) is a speech synthesis program made by Mark Barton and released in 1982.\nThis library is a Unity C# port of SAM ported into s\u0026box.\n\nList of all methods and variables:\nint, SAMLibrary.SAMPLE_RATE\n- Constant value for the sample rate that should be used on the SoundStream when playing SAM samples.\n \nshort[], SAMLibrary.Generate( string input, int speed = 72, int pitch = 64, int mouth = 128, int throat = 128, bool sing = false )\n- Generates SAM voice samples with specific settings.\n\nbool, entity.PlayTTS( [same params as above] )\n- Plays a TTS sound from entity using the SAM library. Can be called on both realms.",
  "Public": true,
  "ReplaceTags": "tts voice audio speech fish"
}

Files

Name Size
.bin
text_snippet manifest.json 45B
text_snippet package.fish.sam.dll 73.5KB