Audacious (software)

Audacious is a free and open-source audio player software with a focus on low resource use, high audio quality, and support for a wide range of audio formats.[5] It is designed primarily for use on POSIX-compatible Unix-like operating systems, with limited support for Microsoft Windows.[6] Audacious is the default audio player in Lubuntu and Ubuntu Studio.[7][8]

Audacious
Audacious 4.0 on Arch Linux
Initial releaseOctober 24, 2005 (2005-10-24)
Stable release4.0.4 (June 1, 2020 (2020-06-01)[1]) [±]
Preview release3.10-beta 1[2] (July 2, 2018 (2018-07-02)) [±]
Repository
Written inOriginally in C99 and GTK, rewritten in C++11 and Qt at v3.6[3]
Operating systemUnix-like, Windows XP and newer
TypeAudio player software
License2-clause BSD license[4]
Websiteaudacious-media-player.org

History

Audacious began as a fork of Beep Media Player, which itself is a fork of XMMS. William "nenolod" Pitcock decided to fork Beep Media Player after the original development team announced that they were stopping development in order to create a next-generation version called BMPx. According to the Audacious home page, Pitcock and others "had [their] own ideas about how a player should be designed, which [they] wanted to try in a production environment."[9]

Since version 2.1, Audacious includes both the Winamp-like interface known from previous versions and a new, GTK-based interface known as GTKUI, which resembles foobar2000 to some extent. GTKUI became the default interface in Audacious 2.4.

Change to C++ and Qt

Before version 3.0, Audacious used the GTK 2.x toolkit by default. Partial support for GTK3 was added in version 2.5,[10] and Audacious 3.0 has full support for GTK3 and uses it by default.[11] However, dissatisfied with the evolution of GTK3, the Audacious team chose to revert to GTK2 starting with the 3.6 release, with long-term plans of porting to Qt.[12]

Since August 08, 2018, the official website has HTTPS enabled site-wide and GTK3 support was dropped completely.[13]

As version 4.0, Audacious is using Qt as its primary toolkit but the GTK 2.x support is still available.[14]

Features

Audacious with GTK-based interface running on Windows 8.
Audacious with Winamp-like interface running on Ubuntu 8.04.
Audacious with external .wsz Skin running on Ubuntu 11.10.

Audacious contains built-in gapless playback.

Default codec support

Plug-ins

Audacious owes a large portion of its functionality to plug-ins, including all codecs. More features are available via third-party plug-ins.

Current versions of the Audacious core classify plug-ins as follows (some are low level and not user-visible at this time):

  • Decoder plug-ins, which contain the actual codecs used for decoding content.
  • Transport plug-ins, which are lowlevel and implemented by the VFS layer.
  • General plug-ins, which provide user-added services to the player (such as sending tracks with AudioScrobbler)
  • Output plug-ins, which provide the audio system backend of the player.
  • Visualization plug-ins, which provide visualizations based on fast Fourier transforms of the wave data.
  • Effect plug-ins, which provide various sound processing on the decoded audio stream
  • Container plug-ins, which provide support for playlists and other similar structures.
  • Lowlevel plug-ins, which provide miscellaneous services to the player core and are not categorized into any of the other plug-ins.
  • Output plug-ins:
    • PulseAudio output
    • OSS4 output
    • ALSA output
    • Sndio output
    • SDL output
    • FileWriter plug-in – no sound is played, the output is instead redirected into a new file: this plug-in supports the output file formats: WAV, mp3, Ogg Vorbis and FLAC, it can be used to transcode a file and also to rip a CD
    • JACK output

Skins

Audacious has full support for Winamp 2 skins, and as of version 1.2, some free-form skinning is possible. Winamp .wsz skin files, a type of Zip archive, can be used directly, or can be unarchived to individual directories. The program can use Windows Bitmap (.bmp) graphics from the Winamp archive, although native skins for Linux are usually rendered in Portable Network Graphics (.png) format. Audacious 1.x allows the user to adjust the RGB color balance of any skin, effectively making a basic white skin equivalent to a host of colorized skins without editing them manually.

Clients

Audacious is intended to be a standalone media player not a server (unlike XMMS2), though it accepts connections from client software, such as Conky.

Connection to Audacious for remote control can be done over plain DBus, by using an MPRIS-compatible client, or using the official Audtool utility created just for this purpose.

See also

References

  1. Lindgren, John (1 June 2020). "Audacious 4.0.4 released". Retrieved 2 June 2020.
  2. https://github.com/audacious-media-player/audacious/releases/tag/audacious-3.10-beta1
  3. http://audacious-media-player.org/news/32-audacious-3-6-released
  4. https://github.com/audacious-media-player/audacious/blob/master/COPYING
  5. "Linux manual page for Audacious". Archived from the original on 2011-08-17.
  6. "Audacious 2.5-alpha1 release announcement". Archived from the original on 2011-07-24.
  7. "lubuntu 11.04 released". Archived from the original on 2013-05-13. Retrieved 2011-05-13.
  8. "UbuntuStudio/PackageList – Ubuntu Wiki".
  9. "Audacious – Frequently Asked Questions". Archived from the original on 2010-05-06.
  10. "Audacious 2.5 release announcement". Archived from the original on 2011-06-22.
  11. "Audacious 3.0-alpha1 release announcement". Archived from the original on 2011-07-24.
  12. "GTK2 port".
  13. "Audacious 3.10 released". Retrieved 13 May 2019. GTK+ 3.x support is also gone for real in this release. .... Use Qt 5 if GTK+ 2.x is too "outdated"
  14. Lindgren, John (2020-03-22). "Audacious 4.0 released". audacious-media-player.org. Retrieved 2020-03-22.

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.