All Projects → atareao → lplayer

atareao / lplayer

Licence: MIT License
lplayer is a simple audio player for simply listening

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to lplayer

uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+180%)
Mutual labels:  player, mp3, listen, ogg
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (+1045%)
Mutual labels:  player, mp3, listen
libwinmedia
[Archived] A cross-platform simple media playback library for C/C++.
Stars: ✭ 35 (-12.5%)
Mutual labels:  mp3, audio-player, ogg
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (+175%)
Mutual labels:  player, mp3, audio-player
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (+2.5%)
Mutual labels:  mp3, ogg-vorbis, ogg
simple-web-audio-recorder-demo
A simple HTML/JS demo that uses WebAudioRecorder.js to record audio on a web page
Stars: ✭ 141 (+252.5%)
Mutual labels:  mp3, ogg-vorbis, ogg
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+180%)
Mutual labels:  player, mp3, audio-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (-17.5%)
Mutual labels:  player, mp3, audio-player
JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (-10%)
Mutual labels:  mp3, audio-player
RecPlayer-iOS
A simple iOS application that records audio and plays it back. (+some animations)
Stars: ✭ 21 (-47.5%)
Mutual labels:  player, audio-player
sox.js
📢 NodeJS wrapper for the SoX audio tool
Stars: ✭ 18 (-55%)
Mutual labels:  mp3, ogg
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+217.5%)
Mutual labels:  mp3, ogg-vorbis
audio-player
🎵 Music player with custom controls, playlist, filters, and search.
Stars: ✭ 137 (+242.5%)
Mutual labels:  player, mp3
MusicFolderPlayer
An elegant HTML5 web folder player for parties and/or private music collections, with playlist management that's just better.
Stars: ✭ 89 (+122.5%)
Mutual labels:  audio-player, mp3player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (-32.5%)
Mutual labels:  player, audio-player
vuetify-audio
A Vue audio player base on Vuetify UI framework: https://wilsonwu.github.io/dist/index.html#/vuetifyaudio
Stars: ✭ 137 (+242.5%)
Mutual labels:  player, mp3
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-42.5%)
Mutual labels:  player, mp3
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+195%)
Mutual labels:  mp3, ogg
arduino-stoerbert
MP3 player for small children - firmware & PCB schematic
Stars: ✭ 31 (-22.5%)
Mutual labels:  mp3, audio-player
record-encode-audio-from-browser
Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.
Stars: ✭ 55 (+37.5%)
Mutual labels:  mp3, ogg

LPLAYER - A simple audio player

Lplayer is a simple audio player for simply listening music or whatever you want. The first time I thinked about lplayer was for listening podcasts. lplayer can set the speed. I normally listen podcasts a 1.8x. So this option was very important for me. But not only. This audio player must have to avoid silences to play podcasts.

lplayer can play several audio formats,

  • MP3
  • OGG
  • FLAC
  • M4a

After I added the option to play several audio format, I thinked that this audio player must include an equalizer, so you can configure the player as you want. Besides, lplayer incorporates some equalizer presets, so it's more easy to configure it.

lplayer is thinked as a very simple audio player that it doesn't disturb your concentration. Only to play audio and if it is possible in background.

In order to not disturb, lplayer is integrated in the sound menu in Linux Mint Cinnamon and Ubuntu. With latest versions of Ubuntu you will need a extension for it. Lplayer uses the audio menu to display information about the track you are listening. From the menu, you can go to the next or the previous track, play, pause and stop the track.

For more information, please visit our website:

https://www.atareao.es/aplicacion/lplayer/

Requirements

Required dependencies:

    python3,
    python3-gi,
    python3-dbus,
    python3-requests,
    python3-dbus,
    python3-pil,
    gir1.2-gtk-3.0,
    gir1.2-gdkpixbuf-2.0,
    gir1.2-notify-0.7,
    gir1.2-gstreamer-1.0,
    gir1.2-gst-plugins-base-1.0,
    gstreamer1.0-tools,
    gstreamer1.0-plugins-good,
    gstreamer1.0-plugins-ugly,
    gstreamer1.0-plugins-bad,
    gstreamer1.0-libav,

Install

To install lplayer in Ubuntu, Linux Mint and derivatives, run these commands in a terminal,

    sudo add-apt-repository ppa:atareao/lplayer
    sudo apt update
    sudo apt install lplayer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].