| The first question
you should ask yourself is "What file format should I use?"
Just as for graphics files, there are dozens of different audio
file formats. Throughout the years, certain formats have been adopted
as standards for Internet use. Here are the most common formats
as processed by all recent versions of browsers:
- .au _ Unix audio format; used a bit less these days
- .mid _ Midi format; just like that used for electronic keyboards
- .mp3 _ A very popular, compressed audio format
- .wav _ Windows audio format; very large files
Many other file formats exist—such as Real Audio, Liquid Audio,
and so on—but they require your users to download and install a
plug-in to listen to your files.
You can also include your sound files within Flash animations if
you want to. You then have to include the Flash animation in your
Web page.
The most popular formats, and those that use the smallest file
sizes, are the .mid and .mp3 formats. This guide shows examples
in .mid, .mp3, and .wav formats.
You can use an audio editing program, such as Cool Edit, to edit
and convert your audio files.
Once you have selected an audio file format, you must determine
how you want to use it in your Web page. You'll see in the following
pages some possible uses and the methods of inserting the files
in your Web page. |