Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
executing no output or response
#1
The following code can be successfully executed in LINQPad, but after executing it in LA, there is no output or response.


Code:
Copy      Help
/*/ role exeProgram; nuget Edgettssharp\Edge_tts_sharp; /*/ //.
using Edge_tts_sharp;

script.setup(trayIcon: true, sleepExit: true);
//..

var voice = Edge_tts.GetVoice().FirstOrDefault(i => i.Name == "Microsoft Server Speech Text to Speech Voice (zh-CN, XiaoxiaoNeural)");
Edge_tts.PlayText("hello world", voice);

I've encountered a similar situation before. Can we add a prompt message to the output pane for this scenario?


Messages In This Thread
executing no output or response - by Davider - 04-04-2024, 09:43 AM
RE: executing no output or response - by Gintaras - 04-04-2024, 10:30 AM
RE: executing no output or response - by Davider - 04-04-2024, 10:48 AM
RE: executing no output or response - by Davider - 04-04-2024, 09:45 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)