@echogarden/gnuspeech-wasm
Version:
WebAssembly port of the GnuSpeech speech synthesizer.
2 lines (1 loc) • 759 B
TypeScript
export declare const defaultTrmControlModelFileContent = "\n# Configuration file for the TRM Control Model.\n\n# Hz\ncontrol_rate = 250.0\n\n#\nvoice_name = male\n#voice_name = female\n#voice_name = large_child\n#voice_name = small_child\n#voice_name = baby\n\n#\ntempo = 1.0\n\n#\npitch_offset = -4.0\n\n# semitones\ndrift_deviation = 0.5\n\n# Hz\ndrift_lowpass_cutoff = 0.5\n\n# 0: disable\n# 1: enable\nmicro_intonation = 1\nmacro_intonation = 1\n#smooth_intonation = 1\nintonation_drift = 1\nrandom_intonation = 1\n\nnotional_pitch = 2.0\npretonic_range = -2.0\npretonic_lift = 4.0\ntonic_range = -8.0\ntonic_movement = 4.0\n\n# \"none\": dictionary disabled\ndictionary_1_file = none\ndictionary_2_file = none\ndictionary_3_file = MainDictionary.txt\n";