473,387 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

audio files

I like to create some audio files for my web site. These are all
language files to help the visitor learn a foreign language. There is
no music.

As far as I know, I can create three types of such files: .wav, .mp3
and .wma. But my knowledge may be too old. Is there any new type?

I've seen an indicator for audio files in some language-learning pages.
It is a small trumpet. Clicking it would play the sound file. Is
this small trumpet a graphic file, such as of .gif or .jpg, or
automatically created by the software for the audio files? I've
created all .wav, .mp3 and .wma files, but did not see the option for
displaying this small trumpet.

My software for creating .wav files came with Windows XP, and that for
..mp3 and .wma files was downloaded free, thus may not be sophisticated
enough.

Thanks for information.

Jul 24 '05 #1
8 2750

<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>
I've seen an indicator for audio files in some language-learning pages.
It is a small trumpet. Clicking it would play the sound file. Is
this small trumpet a graphic file, such as of .gif or .jpg, or
automatically created by the software for the audio files?

<snip>

Most that I see are just image icon (image links). There are variations on
that sound icon available for free on the WWW.

See http://www.w3.org/TR/WD-wwwicn.html
Desriptions of the entites, with suggested renderings. The part `[test:
xxx]' shows the entity in actual use.

(or: , or: ) [test: &audio;]
&audio; - audio sequence. A sound fragment, such as a piece of music or
speech. When used in a link, it will play the sound. Example: links to audio
files in Gopher menus; the current time in a synthesized voice.
from: w3.org
Carla


Jul 24 '05 #2
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>
I've seen an indicator for audio files in some language-learning pages. It is a small trumpet. Clicking it would play the sound file. Is
this small trumpet a graphic file, such as of .gif or .jpg, or
automatically created by the software for the audio files? <snip>

Most that I see are just image icon (image links). There are

variations on that sound icon available for free on the WWW.

See http://www.w3.org/TR/WD-wwwicn.html
Desriptions of the entites, with suggested renderings. The part `[test: xxx]' shows the entity in actual use.

(or: , or: ) [test: &audio;]
&audio; - audio sequence. A sound fragment, such as a piece of music or speech. When used in a link, it will play the sound. Example: links to audio files in Gopher menus; the current time in a synthesized voice.
from: w3.org


Thanks. I visited the page, and understood that when placing the code
&audio; in the html page, the sound icon will display, just like the
&copy; for the copyright symbol. I did. But what appeared is not the
sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.

Jul 24 '05 #3

<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>


Thanks. I visited the page, and understood that when placing the code
&audio; in the html page, the sound icon will display, just like the
&copy; for the copyright symbol. I did. But what appeared is not the
sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.


My post had some unexpected code in it. I pasted the info from the w3.org
website. Sorry to all.

I don't know why it didn't work for you. I didn't even know there was code
that would render a sound icon, until I read that at w3.org. That page is
dated 1996, so I'm guessing it isn't working in browsers still.

Have you searched for webdings? I'll try to find a link for you.

Carla
Jul 24 '05 #4

<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>


Thanks. I visited the page, and understood that when placing the code
&audio; in the html page, the sound icon will display, just like the
&copy; for the copyright symbol. I did. But what appeared is not the
sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.


I'm so stupid. You still need the .gifs. That's what showed up as
attachments to my post. Did you include the .gifs in the application you're
building your page in or in the directory where the page is located online?

Carla
Jul 24 '05 #5
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>
Thanks. I visited the page, and understood that when placing the code &audio; in the html page, the sound icon will display, just like the &copy; for the copyright symbol. I did. But what appeared is not the sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.


I'm so stupid. You still need the .gifs. That's what showed up as
attachments to my post. Did you include the .gifs in the application

you're building your page in or in the directory where the page is located online?
Carla


I understand that there are some .gif files for the image of trumpet
somewhere on the Internet. I can either use one of them with the tag
<img src='http://www.xyz.gif'> directly on the Internet, or copy and
save it as a .gif file to the hard drive of my computer, then upload it
to my web site. Or I can just draw a trumpet with a graphic software,
such as Photoshop, save it as .gif file and use it.

What I need is something similar to the trumpet in the following page:

http://www.bbc.co.uk/languages/germa...unds_pop.shtml

It is a pity there is no an entity for this symbol that we can just
type &audio; to use.

Thanks Carla.

Jul 24 '05 #6
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>
Thanks. I visited the page, and understood that when placing the code &audio; in the html page, the sound icon will display, just like the &copy; for the copyright symbol. I did. But what appeared is not the sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.


I'm so stupid. You still need the .gifs. That's what showed up as
attachments to my post. Did you include the .gifs in the application

you're building your page in or in the directory where the page is located online?
Carla


I understand that there are some .gif files for the image of trumpet
somewhere on the Internet. I can either use one of them with the tag
<img src='http://www.xyz.gif'> directly on the Internet, or copy and
save it as a .gif file to the hard drive of my computer, then upload it
to my web site. Or I can just draw a trumpet with a graphic software,
such as Photoshop, save it as .gif file and use it.

What I need is something similar to the trumpet in the following page:

http://www.bbc.co.uk/languages/germa...unds_pop.shtml

It is a pity there is no an entity for this symbol that we can just
type &audio; to use.

Thanks Carla.

Jul 24 '05 #7
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
<snip>
Thanks. I visited the page, and understood that when placing the code &audio; in the html page, the sound icon will display, just like the &copy; for the copyright symbol. I did. But what appeared is not the sound symbol, but still code &audio; itself.

Could you teach more? Thanks again.


I'm so stupid. You still need the .gifs. That's what showed up as
attachments to my post. Did you include the .gifs in the application

you're building your page in or in the directory where the page is located online?
Carla


I understand that there are some .gif files for the image of trumpet
somewhere on the Internet. I can either use one of them with the tag
<img src='http://www.xyz.gif'> directly on the Internet, or copy and
save it as a .gif file to the hard drive of my computer, then upload it
to my web site. Or I can just draw a trumpet with a graphic software,
such as Photoshop, save it as .gif file and use it.

What I need is something similar to the trumpet in the following page:

http://www.bbc.co.uk/languages/germa...unds_pop.shtml

It is a pity there is no an entity for this symbol that we can just
type &audio; to use.

Thanks Carla.

Jul 24 '05 #8

<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
c.thornquist wrote:
<fu******@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
<snip> I understand that there are some .gif files for the image of trumpet
somewhere on the Internet. I can either use one of them with the tag
<img src='http://www.xyz.gif'> directly on the Internet, or copy and
save it as a .gif file to the hard drive of my computer, then upload it
to my web site. Or I can just draw a trumpet with a graphic software,
such as Photoshop, save it as .gif file and use it.

What I need is something similar to the trumpet in the following page:

http://www.bbc.co.uk/languages/germa...unds_pop.shtml

It is a pity there is no an entity for this symbol that we can just
type &audio; to use.


Right. I'm guessing that's what the w3c was hoping for (re the info in the
link I posted). I tried out &audio; too, but no luck. The link you gave had
the icons in FLASH, but you prob checked the source already.

HTML for various icons is a good idea. Maybe someone here is more abreast of
developments.

Good luck.

Carla
Jul 24 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Rajesh Kapur | last post by:
Hello All, We are building an application that will dynamically choose and pre-pend short underwriting messages to the audio streamed over the web. We will use SMIL files. We need to decide if...
2
by: ViperCB | last post by:
Hello from a newbie, I am trying to do some research on an upcoming project that involves reading in audio files of various formats and using the audio signal as a source of noise to generate...
4
by: Gary Morrison | last post by:
I need to create a lot of fairly-short audio files from the concatenation of a lot of even shorter audio files. I'd like to control that from a Perl script. The audio files would presumably be...
6
by: Quentin | last post by:
Hi, I want to save an audio stream into a circular file so that I only keep say the last hour's audio. Can anybody help? Cheers, Quentin
2
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer...
1
by: Karthik | last post by:
Hi, I have been using GDI+ and Windows Media SDK to get the metadata information for image and audio files respectively. Just incase if someone is not clear as to what I mean by metadata...
13
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
0
by: universe | last post by:
hi friends, I am developing a webapplication (using ASP.NET 2.0). In that I need to play audio file in the following scenario. Case 1: Only one file will be given as input to audio...
1
Dököll
by: Dököll | last post by:
Greetings, Good buddies! I am for the first time, since I started learning VB, going to build an application I wanted to build for my first son, a language and activities program that will allow...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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
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...

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.