LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-08-2011, 06:02 AM   #16
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,901

Rep: Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025Reputation: 5025

I just use ogg123 to play them. Normally through my "pick one CD at random from my collection and play it" bash function
Code:
function playcd ()
{
    local album_dir

    album_dir="$( find /local/music/ -type d -path "/local/music/*/*" -maxdepth 2 | shuf -n 1 )"

    find "$album_dir" -type f \( -name "*.flac" -o -name "*.ogg" \) -print \
    | sort \
    | ogg123 -d alsa -o dev:stmix -@ -
}
If the above ogg123 command looks overly complicated, it's because if you give ogg123 a directory to play it plays them in the order of their directory entries and not in alphanumeric order and can play a CD out of order without the sort.

I used to use mpc/mpd for my music playing needs. I keep meaning to go back to it as I liked it a lot, but for now the above does all I need.
 
Old 10-08-2011, 06:50 AM   #17
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by andrew.46 View Post
There is always this little player too:

http://slackbuilds.org/repository/13.37/audio/flac123/
I think I'll use that, because I like special purpose applications. Thanks for the link. I'll will now have mpg123, ogg123 and flac123.

Quote:
Originally Posted by GazL View Post
I just use ogg123 to play them.
I tried ogg123. Somebody here suggested it. But the sound going away from the speakers was just cacophony (vorbis-tools-1.1.1). The function may look complicated but, for somebody in my level is very interesting.

Thank you, guys.
 
Old 10-08-2011, 09:15 AM   #18
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by stf92 View Post
The sox package that comes with 12.0 does not know FLAC. Its sox-12.18.1. But I upgraded to sox-14.3.1. I did locate -r .*flac$ and the only thing I had in the hdd was Beethoven's 9th symphony by Otto Klemperer. I am just now listening to it and although the recording is 46 years old it sounds superb.
Yes, sox provides maximum sound fidelity. Most CLI tools I tried are good, though, whereas the differences between GUI players are bigger than I had expected. While it is more a question of what sound "characteristics" you prefer, if you like Kaffeine or MPlayer better, they are both one class up compared to VLC (but this holds only for FLAC, not for other formats, for which VLC is really good!).

As you now use one of the *123 programs, the info may not be relevant for you, but I use the tools from the sox package tools together with programs, such as faac etc. for conversion between formats. And sometimes I play a little with the many effects of play, which is really fun.

But in the end it's the music that counts. And sometimes a 46 years old record can touch your heart, and that's the moment when I know, where the real value of all this technology lies. Music was my first love, and it will definitely be my last (*).

gargamel



(*) John Miles (just mentioning it in order not to get sued by music industry lawyers, because of copyright violation.... )
 
Old 10-08-2011, 01:14 PM   #19
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I have a Columbia record, recorded in 1955, one of the first microgroove records made. It has been played over a hundred times and it sounds as if I had bought it yesterday. As if instead of vinyl the record were made of steel. And the nature of the recorded material makes it easy to detect imperfections in the reproduced signal.

I only have downloaded flac123. I have not compiled it yet. And what you say about sox, combined with the great power it has, has definitely turned my mind towards play.

It is perfectly probable play 12.18.1 can play the flac file. It has to be passed the correct parameters, I think. Although the pertinent parameters, their values I mean, must be embedded in the file itself.

Last edited by stf92; 10-08-2011 at 01:22 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Anyone knows a FLAC player for Slack <= 12.0? stf92 Slackware 13 09-13-2011 09:12 PM
LXer: The $20 Centon Craze audio player also plays WAV and Ogg but not FLAC formats LXer Syndicated Linux News 0 01-07-2010 03:50 PM
Media player with gapless playback of FLAC/SHN? MheAd Linux - Software 3 06-15-2007 09:01 PM
Best Audio Player for FLAC soxplayer Linux - Software 6 04-20-2005 06:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration