Head-Fi.org › Forums › Equipment Forums › Computer Audio › Simple, gapless audio player for LINUX
New Posts  All Forums:Forum Nav:

Simple, gapless audio player for LINUX

post #1 of 21
Thread Starter 
I don't care if it's gui or command line. Command line would be fine. It just needs to play .flac gaplessly. Mplayer does not.

I used to use Amarok but I don't like Amarok 2 at all due to the UI. I'm trying to find something to replace it and not finding much. What made me start using Amarok was it was the only gui player I could find that was gapless.

It would also make me very happy if there was some way to implement a decent software crossfeed in linux, but such niceties seem to overlooked in the world of free software. I use Ubuntu by the way.
post #2 of 21
If you need a crossfeed filter: SourceForge.net: Bauer stereophonic-to-binaural DSP

Build the LADSPA plugin then play with the MPlayer -af:ladspa filter.
post #3 of 21
For the player look at MPD. It supports flac and gapless play. There's a lot clients for it: mpc (command line), gmpc, sonata (graphical) and others.
post #4 of 21
Thread Starter 
Quote:
Originally Posted by tongson View Post
If you need a crossfeed filter: SourceForge.net: Bauer stereophonic-to-binaural DSP

Build the LADSPA plugin then play with the MPlayer -af:ladspa filter.
But mplayer isn't gapless. Or is there some way to make it gapless? I remember I tried to get the Stereo-to-binaural plugin to work with Aqualung long ago, but that player is pretty basic and I don't know if it's even supported anymore.
post #5 of 21
Thread Starter 
How does mpd work? I installed it and tried running

Code:
mpd ~/music/afile.flac
but it didn't work. This doesn't work the way I expected it to.
post #6 of 21
There's a wiki Music Player Daemon Community Wiki

A simple setup description also - Setting up mpd locally « Linux Owns
post #7 of 21
I'm using rhythmbox and it seems to be working fine.. however... I'm looking for a way or other software that support *.*que files for those wav's that i have.

Anyone know a solution for this?
post #8 of 21
I use Audacious, it plays all audio formats I have come across.
It's very very XMMS/Winamp like and supports Winamp skins like XMMS.
post #9 of 21
Audacious with Crossfeed filter was what I used when I was using uBuntu. The best out of a day or two of experimenting. Fiddle around with the crossfeed settings and it'll sound gapless.
post #10 of 21
Aqualung
"Aqualung is a music player designed from the ground up to provide continuous, absolutely transparent, gap-free playback across a variety of input formats and a wide range of sample rates..."

and MPD, as mentioned above.

I use both on Ubuntu 9.04.
post #11 of 21
Quote:
Originally Posted by gav17 View Post
For the player look at MPD. It supports flac and gapless play. There's a lot clients for it: mpc (command line), gmpc, sonata (graphical) and others.
mpd gets my vote.

I'm also developing an informal hardware client for it:





works over ethernet and lets me play, pause, skip and SEE what's playing.

mpd changed my life
post #12 of 21
Quote:
Originally Posted by trains are bad View Post
How does mpd work? I installed it and tried running

Code:
mpd ~/music/afile.flac
but it didn't work. This doesn't work the way I expected it to.
mpd takes some setup. it confused me, too

its a server and a client. you run the server (config it, first) and then you have to update it with the files ('pour' your files into it). that takes some times (for me, it did). once the update is done, your db is setup and you are NOW ready to run a client (I use an ascii 'thin' client called ncmpc - nc means 'ncurses' which is ascii-art, essentially).
post #13 of 21
I was close with Shank when he first released MPD. I actually had developed a very similar app in perl. While it was a great learning experience for me, writing a network daemon that had to multiplex between potentially multiple connected clients etc.... Shank's MPD, written in C, was just much more robust. When he put out MPD, I gave up on Trackbox. MPD is really, really great.

But I haven't used it since I got my Squeezebox almost 2 years ago.

On my netbook, for something wicked fast and simple to use, I go with Music on Console. Once you get the hang of the hotkeys, it is just a joy to use. No album art, of course, but it does have a bunch of features. Even Last.fm scrobbling.

Oh, I don't think it does browsing by tags... You have to browse your files/directories. You can easily add a whole dir recursively to the playlist or just start playing songs from the left, file-browsing pane (without adding them to the playlist).
post #14 of 21
foobar through WINE? i haven't tried it but it might work.
post #15 of 21
Xine is a gapless player, for both video and audio.

Well, last time I checked
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Computer Audio
Head-Fi.org › Forums › Equipment Forums › Computer Audio › Simple, gapless audio player for LINUX