Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / www / install-mp3.html
blob3421445fba8f0f0b522187cbd19a39efd53815dc
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <link rel="stylesheet" href="style.css" type="text/css" />
6 <title>Playing MP3s with GSSMP</title>
7 </head>
8 <body>
10 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
11 <a href="use.html">Use</a> |
12 <a href="screenshots.html">Screenshots</a> |
13 <a href="developers.html">Developers</a> |
14 <a href="contact.html">Contact</a></address>
16 <h1>Playing MP3s with GSSMP</h1>
18 <p>The GSSMP developers recommend storing your music in
19 <a href="http://www.vorbis.com/">Ogg Vorbis</a> format, rather than MP3.
20 For a good explanation of why, check out this article:
21 <a href="http://www.linuxjournal.com/article/4416">http://www.linuxjournal.com/article/4416</a>,
22 especially the section entitled "What's Wrong with MP3?".</p>
24 <p>Anyway, if you do want to be able to play back mp3 files, and you're
25 happy to install something that is not
26 <a href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software</a>
27 (details from
28 <a href="http://www.fluendo.com/resources/fluendo_mp3.php">Fluendo</a>) you
29 can install the Fluendo mp3 gstreamer plugin. On Ubuntu enable the universe
30 repository and type:</p>
32 <p><tt>sudo apt-get install gstreamer0.10-fluendo-mp3</tt></p>
34 <p>Other distros should check their package repository, or read more at
35 <a href="http://www.fluendo.com/resources/fluendo_mp3.php">http://www.fluendo.com/resources/fluendo_mp3.php</a></p>
37 <div style="float:right"><a href="http://sourceforge.net/projects/gssmp/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=187144&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></div>
39 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
40 <a href="use.html">Use</a> |
41 <a href="screenshots.html">Screenshots</a> |
42 <a href="developers.html">Developers</a> |
43 <a href="contact.html">Contact</a></address>
45 </body>
46 </html>