Text-to-Speech Tutorial (SAPI 5.3) Microsoft Speech API 5.3 Text-to-Speech Tutorial This tutorial covers a very basic text-to-speech (TTS) example. The console application is one of the simplest de...
LoadLangFromStrings
http://docwiki.embarcadero.com/Libraries/Berlin/en/FMX.Types.TLang
procedure TForm7.Button1Click(Sender: TObject);
var
list: TStringList;
begin
list := TStringList.Create;
l...