13 Replies
IronPython 3.4.0
IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
This package contains the IronPython interpreter engine.
you want to host IronPython in your .NET app? that’s the package you want, then
i know but but it tells me that I am missing an assembly
oh, i see
that shouldn’t be happening… can you show me what your .csproj file looks like
but, also, if you just want to do text-to-speech, you don’t need IronPython
there are built in .NET functions that do it for you
yes there is the google api but it is paying
no, not the google one
you should look at https://learn.microsoft.com/en-us/dotnet/api/system.speech.synthesis.speechsynthesizer?view=netframework-4.8.1
SpeechSynthesizer Class (System.Speech.Synthesis)
Provides access to the functionality of an installed speech synthesis engine.
it’s built into windows, free and everything
hmm thank 👍
the example on the page should be enough to get you started
if it’s not showing up, you need to add a reference to System.Speech in the add reference page
its good thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.