No support for musical tones?

C

clintonG

This article [1] has shown me how to playing system sounds and .wav files
via a web page. Very nice to know. It got me wondering if we could somehow
play one or more tones of a musical scale somehow without downloading or
streaming files? I'm ignorant about it but I though Windows had native
support for generating beeps as tonal values.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1]
http://www.codeguru.com/csharp/csharp/cs_graphics/sound/article.php/c12245/
 
G

Guest

You could certainly use the WaveOut API to play sounds from an ASP.NET
webpage, but I doubt that it would accomplish much since they would be
playing on the Web server, not for the client machine whose browser is
requesting the page.
Hope that helps.
Peter
 
C

clintonG

Peter, are you the kind of guy who tells kids there really ain't no Santa
Claus? ;-)

All this hardware and software and we can't build something like a captcha
that emits tonal values? This kind of sucks though ainna?

I've also found it interesting that to my knowledge nobody is offering a
sound library as a download to enable their web application to function with
an improved audible user interface.

<%= Clinton

Peter Bromberg said:
You could certainly use the WaveOut API to play sounds from an ASP.NET
webpage, but I doubt that it would accomplish much since they would be
playing on the Web server, not for the client machine whose browser is
requesting the page.
Hope that helps.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




clintonG said:
This article [1] has shown me how to playing system sounds and .wav files
via a web page. Very nice to know. It got me wondering if we could
somehow
play one or more tones of a musical scale somehow without downloading or
streaming files? I'm ignorant about it but I though Windows had native
support for generating beeps as tonal values.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1]
http://www.codeguru.com/csharp/csharp/cs_graphics/sound/article.php/c12245/
 
G

Guest

Phil,
You could very easily build a captcha that emits musical tones. They would
just need to be wav or other media files that could be set to the src
property of the BGSOUND tag. There are other more "cross-browser" ways to do
it as well.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




clintonG said:
Peter, are you the kind of guy who tells kids there really ain't no Santa
Claus? ;-)

All this hardware and software and we can't build something like a captcha
that emits tonal values? This kind of sucks though ainna?

I've also found it interesting that to my knowledge nobody is offering a
sound library as a download to enable their web application to function with
an improved audible user interface.

<%= Clinton

Peter Bromberg said:
You could certainly use the WaveOut API to play sounds from an ASP.NET
webpage, but I doubt that it would accomplish much since they would be
playing on the Web server, not for the client machine whose browser is
requesting the page.
Hope that helps.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




clintonG said:
This article [1] has shown me how to playing system sounds and .wav files
via a web page. Very nice to know. It got me wondering if we could
somehow
play one or more tones of a musical scale somehow without downloading or
streaming files? I'm ignorant about it but I though Windows had native
support for generating beeps as tonal values.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1]
http://www.codeguru.com/csharp/csharp/cs_graphics/sound/article.php/c12245/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top