Re: Adding Sound file to C# Application
- From: "clintonG" <nobody@xxxxxxxxxxx>
- Date: Thu, 14 Jun 2007 13:08:38 -0500
Let's note I only have cursory information available in this response which
I have an interest in so I'll start by saying "yea," I agree with DeveloperX
but add it goes without saying that a well designed application would enable
the user to activate or deactivate sound at will.
Now, I always thought the Windows OS natively supported playback of sound
such as MIDI tones but I haven't been able to determine the facts in this
regard. There certainly doesn't seem to be a library in the DNF which
supports audio I/O for tonal values as simplistic as a MIDI tone which for
some applications is all that is needed.
As for the playback of any other audio file formats I think it is correct
that DirectX or some other library meant for multimedia must be present and
may be accessed for its support of playing file types such as MP3. The
limiting factor has been downloading the files I think.
Tell me though, if it were available, would you as a developer have any
interest in buying a .wav file sound library? It would be a large
download -- but -- the user would only need to download the library once and
any and all applications could then access the sound which would be for
example a collection of common words and phrases.
Like a numerical library that "speaks" the words one, two, three,
one-quarter, one-half, three-quarters and so on.
What is your opinion: would this be commercially viable?
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
<zacks@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1181823100.500465.293830@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jun 14, 6:52 am, sravan_reddy001 <sravanganta2...@xxxxxxxxx> wrote:
i want a sound to be generated when and event occurs.
especially when a message box is displayed and when an user want to
close a form(i want to include this in the form closing event)
thanks...
The link posted by the first responder appears to only play WAV files.
If you want to play an MP3 clip just just a MediaPlayer control.
.
- References:
- Adding Sound file to C# Application
- From: sravan_reddy001
- Re: Adding Sound file to C# Application
- From: zacks
- Adding Sound file to C# Application
- Prev by Date: Re: Planning on going with dynamic SQL, but...
- Next by Date: IDbDataParameter
- Previous by thread: Re: Adding Sound file to C# Application
- Next by thread: Convert international characters
- Index(es):
Relevant Pages
|