Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

Text-To-Speech con il .NET Framework 3.0

Realizzare applicazioni con funzionalità di Text-To-Speech utilizzando il .NET Framework 3.0 è semplicissimo. Dopo aver aggiunto una reference allla libreria System.Speech, sono sufficienti poche righe di codice:

using System.Speech.Synthesis; //... using (SpeechSynthesizer ss = new SpeechSynthesizer()) { ss.SelectVoice("ScanSoft Silvia_Dri40_16kHz"); ss.Speak("Ciao, spero che vada tutto bene. Ti auguro una buona giornata!"); }

Il motore di text-to-speech può essere esteso con nuove voci. Nell'esempio ho utilizzato quella scaricabile gratuitamente all'indirizzo http://download.microsoft.com/download/1/2/2/12246417-CD66-4541-B32B-8CD18E92AAE7/RSSolo4Italian.zip.

Questo codice funziona sia con Windows Vista sia con Windows XP.

Print | posted on martedì 19 dicembre 2006 19:51 | Filed Under [ C# ]

Feedback

Gravatar

# Re: Text-To-Speech con il .NET Framework 3.0

bellissimo!!! grazie della segnalazione
19/12/2006 23:35 | Babba
Gravatar

# Parlami meglio PC!

20/12/2006 00:46 | BabbaBlog
Gravatar

# Uno Speech Server mininale con il .NET Framework 3.0

05/01/2007 15:08 | Around and About .NET World
Gravatar

# Uno Speech Server mininale con il .NET Framework 3.0

05/01/2007 15:10 | Around and About .NET World
Gravatar

# Keflex.

Keflex.
05/03/2010 10:26 | Keflex.
Gravatar

# Keflex.

Keflex used to treat. Keflex. Keflex used for.
08/03/2010 09:42 | Keflex.
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET