Using Delphi, I'm trying to change the volume of the AndroidTTS, but I seem to keep getting the error “External exeception 1”
问题 I'm using these libraries: https://github.com/jimmckeeth/FireMonkey-Android-Voice https://github.com/FMXExpress/android-object-pascal-wrapper/tree/master/android-25 Here is my source code: unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, SpeechRecognition, FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo, FMX.StdCtrls, FMX.Memo.Types, AndroidTTS, FMX.Media, System.IOUtils