Archives For November 30, 1999

Audacious Audio Player

Audacious, an open-source descendant of XMMS audio player, has reached a new stable 3.7 series with some new features and various bug-fixes.

New features in Audacious 3.7:

  • Playlists can be shuffled by whole albums rather than single tracks.
  • Internet streams can be recorded while playing via a simple record button (GTK+ only).
  • The playlist export window displays supported formats in a drop-down list (GTK+ only).
  • A new, unified window has been added for managing equalizer presets (GTK+ only).
  • The user interface automatically adjusts to be more usable on high-resolution screens (GTK+ only).
  • An “Edit Lyrics” option has been added to the LyricWiki plugin, which opens the edit page for the current song.
  • Guessing of missing tag fields can be disabled.
  • Decoding and playback of standard input is possible with e.g. echo file.mp3 | audacious –
  • QT interface:
    • several new appearance settings, many other small fixes and improvements
    • Plugins port to QT: Winamp Classic Interface, Playlist Manager, Search Tool, Status Icon.

There are also various bugfixes and other changes in the new release, see the release note for details.

Audacious default interface

audacious winamp interface

How to Install / Upgrade Audacious in Ubuntu:

Webupd8 Team is maintaining a PPA with latest audacious packages for all current Ubuntu releases (Ubuntu 15.10, Ubuntu 15.04, and Ubuntu 14.04), and their derivatives.

1. Add the PPA repository.

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run command:

sudo add-apt-repository ppa:nilarimogard/webupd8

Type in your password when it asks (type in mind and hit enter, there’s no display when typing password).

2. After added PPA.

Launch Software Updater if you have a previous release installed, you’ll see Audacious 3.7 in the update list after checking for updates.

Or, run below commands one by one in terminal to check for updates, and install the player:

sudo apt-get update

sudo apt-get install audacious

Once installed, launch audacious GTK 2 or Qt version from the Dash.

3. (Optional) To remove the PPA, launch Software & Updates and then go to Other Software tab. And use Ubuntu Software Center to remove audacious player if you want.

The 3.6.2 release of Audacious music player has been released recently with 4 important bug fixes.

Audacious is a free and open source audio player with a focus on low resource use, high audio quality, and support for a wide range of audio formats. It’s a fork of XMMS and the default audio player in Lubuntu and in Ubuntu Studio.

Audacious 3.6.2 was released at the end of May. It fixed:

  • audacious won’t play back tagged True Audio (TTA) files
  • crash when enable Dynamic Range Compresor plugin
  • audacious skips to the next song when using audtool –playback-seek-relative -x and reaching the start of a song
  • No sound with 36 kHz Ogg Vorbis file after equalizer is enabled.

How to install/upgrade Audacious in Ubuntu:

Webupd8 Team is maintaining a PPA with Audacious packages for Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Mint 17, and eOS Freye.

To add the PPA and install/upgrade the player, open terminal (Ctrl+Alt+T) from the Dash or app launcher and then run below commands one by one:

sudo add-apt-repository -y ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install audacious audacious-plugins

Note: There may be a few hours delay for the latest release to be made into PPA, check out the PPA page.

Audacious player, a descendant of XMMS, has reached the 3.6 release at the end of February, which brings the new Qt-based user interface.

This Qt 5 based UI can be installed alongside the existing GTK+ and Winamp Classic interfaces. But is not yet as feature-rich as the existing interfaces, it will be the basis of a Mac OS X port of Audacious.

Audacious 3.6 switches back to GTK2 by default. It can still be built with GTK3 if desired, but GTK2 is recommended for any desktop environment other than GNOME 3.

There are also some other (requested) features in the 3.6 release:

  • The source code has been converted from C99 to C++11.
  • Audacious can now be built as a headless music player “daemon” with no GTK+ dependency.
  • playback now resumes in a paused state upon startup, so that you can press play to continue from where you left off. If desired
  • It is now possible to sort a playlist by genre.
  • A new “Open Containing Folder” command has been added to the GTK+ interface.
  • new effect plugin to remove leading and trailing silence in any song file.
  • New controls in the song information dialog
  • Support for the SID song lengths database has been restored.
  • Double-size scaling of Winamp skins
  • Searching by genre in the search tool plugin
  • Support for “album artist” in song tags
  • Adjustable HTTP buffer size
  • See the release note for more features as well as bug fixes

How to Install Audacious 3.6 in Ubuntu:

Webupd8 Team is maintaining a PPA with audacious packages for Ubuntu users, but the 3.6 release is not included at the moment (Check out the PPA page).

Once it’s available in the PPA, open terminal from the Dash/Menu or by hitting Ctrl+Alt+T on keyboard. When it opens, run below commands one by one to add PPA, update system cache, and install/upgrade Audacious:

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install audacious audacious-plugins

Can’t wait? For Ubuntu 14.04 LTS and Linux Mint 17.1, you can install my personal Qt build of Audacious 3.6 as well as plugins via below commands:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install audacious audacious-plugins

That’s it. Enjoy!

(Optional) If for some reasons you want to remove this audio player (installed from my personal ppa), run below commands in terminal:

sudo apt-get remove audacious audacious-plugins

sudo add-apt-repository -r ppa:ubuntuhandbook1/apps && sudo apt-get update

Audacious, the default audio player in Lubuntu, has just reached version 3.5.2 with updated translations and a few bug fixes.

Audacious is a free and open source audio player with a focus on low resource usage, high audio quality, and support for a wide range of audio formats. It contains built-in gapless playback and supports plugins and Winamp 2 skins.

Audacious GTK interface

Audacious Winamp Skin

Audacious 3.5.2 is the final release in 3.5 series. The developers are now working hard on Audacious 3.6. Bug fixes in v3.5.2:

  • Problem with single instance in Windows #457
  • build fails if faad headers are missing #458
  • When adding a SID file with multiple subtunes to playlist, only the first subtune is added. #462

Install / Upgrade Audacious in (L)Ubuntu:

Thanks to Web Upd8 Team, the binary packages have been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04 and their derivatives.

To add the PPA and install Audacious, press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run commands below one by one:

sudo add-apt-repository -y ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install audacious audacious-plugins

Audacious, the default audio player in Lubuntu and in Ubuntu Studio now is at version 3.4.3, which brings two important bug fixes and translation updates.

As you may know Audacious is an advanced music player with a focus on low resource usage, high audio quality, and support for a wide range of audio formats.

Audacious has below features (more about audacious at wikipedia):

  • built-in gapless playback
  • support for a wide range of audio formats
  • various plugins
  • support for Winamp 2 skins
  • accepts connections from client software, such as Conky.

The new release Audacious 3.4.3 mainly fixed below bugs:

  • Opus files are missed when opening folder (#364)
  • Exporting as cue-file produces segmentation fault (#371)

Install Audacious:

For Ubuntu and its derivatives, we can install audacious from PPA. Supports Ubuntu 14.04, Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04.

To get started, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one:

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install adacious

Audacious 3.4.2 has been released with annoying bugs fixed. This tutorial shows how to install it via PPA in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal, Linux Mint and Elementary OS.

Audacious fixed following bugs:

  • Opening an Internet channel takes too long at the first time
  • SDL error: Failed to open audio stream: XAudio2: XAudio2Create() failed at open..
  • incorrect playtime length
  • NULL pointer segfault due to vfs async race
  • some opus file won’t play
  • Time label shows wrong time if slider is dragged beyond its upper limit

To get started installing Audacious 3.4.2, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run command below to add the PPA:

sudo add-apt-repository -y ppa:nilarimogard/webupd8

Then you can install it from Ubuntu Software Center after checking for updates. Or run commands below instead:

sudo apt-get update; sudo apt-get install -y audacious audacious-plugins

audacious 3.4.2 in ubuntu 13.10

Audacious 3.4.1 Released, Install it in Ubuntu

Last updated: September 6, 2013

The Audacious music player has released version 3.4.1. It mainly fixed below bugs:

  • no gapless playing with ALSA output #314
  • .minipsf looks for .psflib one directory level up #316
  • Tray icon missing after restarting xfce4-panel #317
  • Neon plugin fails to play stream over proxy with authentication. # 319
  • Buffer size too small for HVSC songlengths db #326
  • no metadata display for opus files #329
  • metadata updating failed and other weird tag issues #332
  • file writer flac does not write tags #334
  • Fix skinned ui not being drawn properly with gtk-3 >= 3.9 #336

Install Audacious in Ubuntu:

The Webupd8 Team PPA has updated the packages for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and their derivatives, such as Linux Mint and Elementary OS.

To install it, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the ppa:

sudo add-apt-repository ppa:nilarimogard/webupd8

Then install / upgrade Audacious via:

sudo apt-get update; sudo apt-get install audacious audacious-plugins

That’s it. Enjoy!