Audacious (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by I dream of horses (talk | contribs) at 05:01, 9 June 2016 (→‎Plugins: clean up, typo(s) fixed: Ouput → Output using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Audacious
Initial releaseOctober 24, 2005; 18 years ago (2005-10-24)
Stable release4.2 (July 9, 2022; 22 months ago (2022-07-09)[1]) [±]
Repository
Written inC++[2]
Operating systemLinux, Windows
TypeAudio player
License2-clause BSD license[3]
Websiteaudacious-media-player.org

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.[4] It is designed primarily for use on POSIX-compatible systems such as Linux, with limited support for Microsoft Windows.[5] Audacious is the default audio player in Lubuntu and in Ubuntu Studio.[6][7]

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."[8]

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.

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

Features

Audacious with GTK+-based interface running on Windows 7.
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

Plugins

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

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

  • Decoder plugins, which contain the actual codecs used for decoding content.
  • Transport plugins, which are lowlevel and implemented by the VFS layer.
  • General plugins, which provide user-added services to the player (such as sending tracks with AudioScrobbler)
  • Output plugins, which provide the audio system backend of the player.
  • Visualization plugins, which provide visualizations based on fast Fourier transforms of the wave data.
  • Effect plugins, which provide various sound processing on the decoded audio stream
  • Container plugins, which provide support for playlists and other similar structures.
  • Lowlevel plugins, which provide miscellaneous services to the player core and are not categorized into any of the other plugins.
  • Output plugins:
    • PulseAudio output
    • OSS4 output
    • ALSA output
    • Sndio output
    • SDL output
    • FileWriter plugin – no sound is played, the output is instead redirected into a new file: this plugin 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 millions of skins of different hues.

Clients

Audacious is intended to be a standalone media player and 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. ^ "Audacious 4.2 released". 9 July 2022. Retrieved 26 July 2022.
  2. ^ "Search results – Github".
  3. ^ https://github.com/audacious-media-player/audacious/blob/master/COPYING
  4. ^ "Linux manual page for Audacious".
  5. ^ "Audacious 2.5-alpha1 release announcement".
  6. ^ "lubuntu 11.04 released".
  7. ^ "UbuntuStudio/PackageList – Ubuntu Wiki".
  8. ^ "Audacious – Frequently Asked Questions".
  9. ^ "Audacious 2.5 release announcement".
  10. ^ "Audacious 3.0-alpha1 release announcement".
  11. ^ "GTK2 port".

Further reading

External links