Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:handbook:multimedia [2015/12/22 16:41] – [Asunder - Audio CD Ripper] genesisen:handbook:multimedia [2015/12/24 16:16] (current) linea
Line 23: Line 23:
 <code> # alsactl init </code> <code> # alsactl init </code>
  
-Thenuse alsamixer to set up sound levels according to your preferences (you can find it at //Applications// menu --> //Multimedia//). At last, use alsactl again to store your preferences:+Then use alsamixer to set up sound levels according to your preferences (you can find them at //Applications// menu --> //Multimedia//). Lastly, use alsactl again to store your preferences:
  
 <code> # alsactl store </code> <code> # alsactl store </code>
Line 60: Line 60:
 <code> $ mpd --kill </code> <code> $ mpd --kill </code>
  
-Simply drag your music files into the ~/music folder (or create a link) and then run mpd --create-db as root to update the database and you're ready to use one of the many clients. The mpd --version command lets you have a full list of available formats and outputs.+Simply drag your music files into the //~/music// folder (or create a link) and then run //mpd --create-db// as root to update the database and you're ready to use one of the many clients. The //mpd --version// command lets you have a full list of available formats and outputs.
  
 ===== MPC - Music Player Client ===== ===== MPC - Music Player Client =====
Line 70: Line 70:
  $ mpc play </code>  $ mpc play </code>
  
-The command <nowiki> mpc --help </nowiki> gives you a full list of all the available options that allow you to edit the playlist, enable crossfade, adjust the volume and shuffle tracks, etc.+The command //mpc --help/gives you a full list of all the available options that allow you to edit the playlist, enable crossfade, adjust the volume and shuffle tracks, etc.
  
-===== Mpg123 =====+===== mpg123 =====
  
-Mpg123 is a command line audio player and file converter, this means that you can listen to music or convert files from a terminal. To install:+mpg123 is a command line audio player and file converter, this means that you can listen to music or convert files from a terminal. To install:
  
 <code># tazpkg get-install mpg123</code> <code># tazpkg get-install mpg123</code>
  
-To display help, use the --help option. To play a mp3 file, just launch mpg123 followed by the name of the audio file:+To display help, use the //--help// option. To play a mp3 file, just launch mpg123 followed by the name of the audio file:
  
 <code> $ mpg123 sound.mp3 </code> <code> $ mpg123 sound.mp3 </code>
  
-Mpg123 can also encode a file into another format, for example you can convert a //wav// file into a mp3 file. Example:+mpg123 can also encode a file into another format, for example you can convert a //wav// file into a mp3 file. Example:
  
 <code> $ mpg123 -w sound.mp3 sound.wav </code> <code> $ mpg123 -w sound.mp3 sound.wav </code>
 
en/handbook/multimedia.1450802490.txt.gz · Last modified: by genesis