473,480 Members | 1,663 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

visual studio 2010 c# reference

17 New Member
Hallo to all

I'm using visual studio 2010 c# on windows 7

In a program i use SpeechLib (located in C:\Windows\System32\Speech\Common\sapi.dll) with
Expand|Select|Wrap|Line Numbers
  1. SpVoice voice = new SpVoice();
  2. voice.Speak("Hallo", SpeechVoiceSpeakFlags.SVSFDefault);
  3.  
The voice was ok until i added System.Speech.Synthesis (located in C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Speech. dll) with
Expand|Select|Wrap|Line Numbers
  1. public SpeechSynthesizer _speaker = new SpeechSynthesizer();
  2. _speaker.SpeakAsync(speechstring);
  3.  
Even after i removed the second reference the voice has pretty worse quality
Is there anything i can do to fix it ?

Thanks in advance
Oct 1 '10 #1
0 1889

Sign in to post your reply or Sign up for a free account.

Similar topics

4
3885
by: jabailo | last post by:
These guys have it going on. They actually use design ideas that Microsoft employees can drool upon. Visual Studio 2010 Concept IDE http://www.codeproject.com/csharp/Concept_IDE.asp "Like...
1
1213
by: A P | last post by:
I am currently looking for a book that will serve as my reference in building web projects thru Visual Studio.Net . Can you give me some suggestions? The level will be from Beginners to Advance. ...
1
1061
by: wpy | last post by:
Hi, I had built my assembly and add it into global cache library for sharing purpose. Now I want to use it in another application but i cannot found the assembly in the visual studio .net...
1
1131
by: mharrison | last post by:
Hi All, This is probably a simple problem to fix but I am a NOOB at VB and visual studio 2005 ! I'm amending an existing project to suit my needs. It imports a number of csvs into an sql...
2
3977
by: Nikolay Belyh | last post by:
1. Why does Visual Studio 2008 started ignoring //{NO_DEPENDENCIES} in resource.h? If I edit file "resource.h" _manually_, it rebuilds the whole solution. It worked just fine with Visual Studio...
1
1829
by: =?iso-8859-1?B?S2VyZW0gR/xtcvxrY/w=?= | last post by:
Visual Studio 2010 and .NET Framework 4.0 Overview URL:http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx Regards Kerem -- ----------------------- Beste Grüsse / Best regards...
2
2790
by: tdechant | last post by:
Here is my issue: Consider me a relative idiot in Visual Studio/.NET. I started in this position two years ago and the development machine I am using was inherited from the previous developer. He...
5
1937
by: gabielmatos | last post by:
I done a windows project on visual studio 2005 with a couple of crystal reports, and I want to migrate to Visual studio 2010. I know that the new visual studio 2010 doesn't have crystalreport and...
0
2062
by: mgarg005SSRS | last post by:
My requirement is to create multiple reports (.rdlc) and show them using single report viewer control. A: User selects a report from drop down list. B: Depending on report name a report has to be...
0
7037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6904
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7076
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
6886
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5324
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
2990
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2976
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
174
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.