Comparison Of Audio Player Software
The following comparison of audio players compares general and technical information for a number of software media player programs. For the purpose of this comparison, "audio players" are defined as any media player explicitly designed to play audio files, with limited or no support for video playback. Multi-media players designed for video playback, which can also play music, are included under comparison of video player software. General Operating system compatibility This section lists the operating systems on which the player works. There may be multiple versions of a player for different operating systems. Features Audio format ability Information about what audio formats the players understand. Footnotes lead to information about abilities of future versions of the players or plugins/filters that provide such functionality. Container format ability Information about what container formats the players understand. Footnotes lead to information about abili ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Media Player (application Software)
Media player software is a type of application software for playing multimedia computer files like audio and video files. Media players commonly display standard media control icons known from physical devices such as tape recorders and CD players, such as play ( ), pause ( ), fastforward (⏩️), rewind (⏪), and stop ( ) buttons. In addition, they generally have progress bars (or "playback bars"), which are sliders to locate the current position in the duration of the media file. Mainstream operating systems have at least one default media player. For example, Windows comes with Windows Media Player, Microsoft Movies & TV and Groove Music, while macOS comes with QuickTime Player and Music. Linux distributions come with different media players, such as SMPlayer, Amarok, Audacious, Banshee, MPlayer, mpv, Rhythmbox, Totem, VLC media player, and xine. Android comes with YouTube Music for audio and Google Photos for video, a ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Audacious (software)
Audacious is a Free and open-source software, 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. It is designed primarily for use on POSIX-compatible Unix-like operating systems, with limited support for Microsoft Windows. Audacious was the default audio player in Ubuntu Studio in 2011–12, and was the default music player in Lubuntu until October 2018, when it was replaced with VLC media player, VLC. History Audacious began as a Fork (software development), fork of Beep Media Player, which itself is a fork of XMMS. Ariadne "kaniini" Conill 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, Conill and others "had [their] own ideas about how a player should be designed, which [they] wanted to try in a production environment." ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Assembly Language
In computing, assembly language (alternatively assembler language or symbolic machine code), often referred to simply as assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly language usually has one statement per machine instruction (1:1), but constants, comments, assembler directives, symbolic labels of, e.g., memory locations, registers, and macros are generally also supported. The first assembly code in which a language is used to represent machine code instructions is found in Kathleen and Andrew Donald Booth's 1947 work, ''Coding for A.R.C.''. Assembly code is converted into executable machine code by a utility program referred to as an '' assembler''. The term "assembler" is generally attributed to Wilkes, Wheeler and Gill in their 1951 book '' The Preparation of Programs for an Electronic Dig ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Zlib License
The zlib license is a permissive software license which defines the terms under which the zlib software library can be distributed. It is also used by many other open-source packages. The libpng library uses a similar license, libpng license, sometimes referred interchangeably as ''zlib/libpng license''. The zlib license has been approved by the Free Software Foundation (FSF) as a free software license, and by the Open Source Initiative (OSI) as an open source license. It is compatible with the GNU General Public License. Terms The license only has the following points to be accounted for: * Software is used on 'as-is' basis. Authors are not liable for any damages arising from its use. * The distribution of a modified version of the software is subject to the following restrictions: *# The authorship of the original software must not be misrepresented, *# Altered source versions must not be misrepresented as being the original software, and *# The license notice must not be r ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
GPLv2
The GNU General Public Licenses (GNU GPL or simply GPL) are a series of widely used free software licenses, or copyleft, ''copyleft'' licenses, that guarantee end users the freedom to run, study, share, or modify the software. The GPL was the first copyleft license available for general use. It was originally written by Richard Stallman, the founder of the Free Software Foundation (FSF), for the GNU Project. The license grants the recipients of a computer program the rights of the Free Software Definition. The licenses in the GPL series are all copyleft licenses, which means that any derivative work must be distributed under the same or equivalent license terms. The GPL is more restrictive than the Lesser General Public License, GNU Lesser General Public License, and even more distinct from the more widely used permissive software licenses such as BSD licenses, BSD, MIT License, MIT, and Apache License, Apache. Historically, the GPL license family has been one of the most pop ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
DeaDBeeF
DeaDBeeF is an audio player software available for Windows, Linux and other Unix-like operating systems. An ad-supported Android version is available, but has not been updated since 2017. DeaDBeeF is free and open-source software, except on Android. History The player was first published in August 2009. Its author cited dissatisfaction with existing music players under Linux as the main reason for writing DeaDBeeF. The name is a reference to the magic number . Characteristics Among DeaDBeeF's functionalities are included: * Support for formats MP3, FLAC, APE, TTA, Vorbis, WavPack, Musepack, AAC, ALAC, WMA, WAV, DTS, audio CD, many forms of module files and music from game consoles. TAK and Opus are supported via ffmpeg/libav. * Cuesheet support, both in built-in format and external files. iso.wv support. * Character encodings Windows-1251 and ISO 8859-1 are supported in addition to UTF-8. * The program doesn't have any dependencies on GNOME, KDE or gstreamer. * Plu ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Objective-C
Objective-C is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style message passing (messaging) to the C programming language. Originally developed by Brad Cox and Tom Love in the early 1980s, it was selected by NeXT for its NeXTSTEP operating system. Due to Apple macOS’s direct lineage from NeXTSTEP, Objective-C was the standard language used, supported, and promoted by Apple for developing macOS and iOS applications (via their respective application programming interfaces ( APIs), Cocoa and Cocoa Touch) from 1997, when Apple purchased NeXT until the introduction of the Swift language in 2014. Objective-C programs developed for non-Apple operating systems or that are not dependent on Apple's APIs may also be compiled for any platform supported by GNU GNU Compiler Collection (GCC) or LLVM/ Clang. Objective-C source code 'messaging/implementation' program files usually have filename extensions, while Objective-C 'header/ ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Cog (software)
Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate. Along with supporting most audio formats compatible with macOS's Core Audio API, Cog supports a wide array of other audio formats, along with their metadata, which are otherwise unsupported on macOS. In April 2006, Cog joined other Mac OS X audio software Tag and Max in an effort by the respective authors to consolidate Mac OS X open source audio software on the internet. Subsequently, the Cog website was redesigned to Tag and Max's website design, and its forums were also moved to the Tag and Max Forums. In July 2007, Cog moved to its own separate forums shortly before the release of version 0.06. Last build been created in 2013. As the original project appears to be abandoned, with the website last updated in 2008, there are now several forks of t ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Qt (software)
Qt ( pronounced "cute") is a cross-platform application development framework for creating graphical user interfaces as well as Cross-platform software, cross-platform applications that run on various software and hardware platforms such as Linux, Windows, macOS, Android (operating system), Android or embedded systems with little or no change in the underlying codebase while still being a native application with native capabilities and speed. Qt is currently being developed by The Qt Company, a publicly listed company, and the Qt Project under open-source governance, involving individual developers and organizations working to advance Qt. Qt is available under both commercial licenses and open-source GNU General Public License, GPL 2.0, GPL 3.0, and GNU Lesser General Public License, LGPL 3.0 licenses. Purposes and abilities Qt is used for developing graphical user interfaces (GUIs) and multi-platform application software, applications that run on all major Desktop computer ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
Clementine (software)
Clementine is a free and open-source audio player. It is a port of Amarok 1.4 to the Qt 4 framework and the GStreamer multimedia framework. It is available for Unix-like, Windows, and macOS operating systems. Clementine is released under the terms of the GPL-3.0-or-later. Clementine was created due to the transition from version 1.4 to version 2 of Amarok, and the shift of focus connected with it, which was criticized by many users. The first version of Clementine was released in February 2010. The last stable release of Clementine was in 2016, but development has since resumed on GitHub, with a number of release candidate versions published. On 15 October 2024, the first non-RC release since 2016 was published. In 2018, a fork of Clementine named Strawberry Music Player was released. It includes some differences such as being compatible with Qt 6, more focus on local music playback, playback of high-resolution audio sources (HD audio) without resampling and fewer dependen ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
BTR Amp (software)
BTR may refer to: Arts and entertainment Music * B.T.R. (band), a Bulgarian rock band * Bad Trip Records, an American record label * Beyond Therapy Records, an American industrial music record label * Big Tent Revival, a Christian rock band * Big Time Rush (group), a musical group created by Nickelodeon for the TV series ** ''BTR'' (album), their debut album ** Big Time Rush (Big Time Rush song) * Black Toast Records, a record label * ''Born to Run'', a 1975 rock album by Bruce Springsteen * "Born to Run" (Bruce Springsteen song) * Black The Ripper, a British rapper Other media * ''Big Time Rush'', a Nickelodeon television series * BlogTalkRadio * British Tape Recorders, reel-to-reel tape recorders made by EMI in England * ''Bocchi the Rock!'', Japanese manga and anime Businesses * BTR Aerospace Group * BTR plc, formerly BTR Industries, one of the predecessor companies of Invensys plc * British Thomson-Houston (former name BTR), a British engineering and heavy industrial compa ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |
|
MIT License
The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts very few restrictions on reuse and therefore has high license compatibility. Unlike copyleft software licenses, the MIT License also permits reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice. In 2015, the MIT License was the most popular software license on GitHub, and was still the most popular in 2025. Notable projects that use the MIT License include the X Window System, Ruby on Rails, Node.js, Lua (programming language), Lua, jQuery, .NET, Angular (web framework), Angular, and React (JavaScript library), React. License terms The MIT License has the identifier MIT in the SPDX License List. It is also known as the "#Ambiguity and variants, Expat License". It has the following terms: Co ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   [Amazon] |